xref: /src/bin/sh/tests/errors/bad-parm-exp1.0 (revision 95f4e7f5e2833bf9e48ad8134258abb9a349157c)
1false && {
2	${}
3	${foo/}
4	${foo@bar}
5}
6:
7