]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/errors/bad-parm-exp1.0
MFV r324198: 8081 Compiler warnings in zdb
[FreeBSD/FreeBSD.git] / bin / sh / tests / errors / bad-parm-exp1.0
1 # $FreeBSD$
2 false && {
3         ${}
4         ${foo/}
5         ${foo@bar}
6 }
7 :