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