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