Newer
Older
UbixOS / bin / sh / tests / errors / bad-parm-exp1.0
@Charlie Root Charlie Root on 16 Jan 2018 139 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/errors/bad-parm-exp1.0 164004 2006-11-05 18:41:23Z stefanf $
false && {
	${}
	${foo/}
	${foo@bar}
}
: