1# $FreeBSD: head/bin/sh/tests/errors/bad-parm-exp1.0 164004 2006-11-05 18:41:23Z stefanf $
2false && {
3	${}
4	${foo/}
5	${foo@bar}
6}
7:
8