xref: /freebsd/bin/sh/tests/parser/alias1.0 (revision 069ac184)
1
2alias alias0=exit
3eval 'alias0 0'
4exit 1
5