xref: /freebsd/bin/sh/tests/parser/empty-braces1.0 (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1
2# Unfortunately, some scripts depend on the extension of allowing an empty
3# pair of braces.
4
5{ } &
6wait $!
7