xref: /freebsd/bin/sh/tests/parser/alias14.0 (revision 315ee00f)
1
2alias command='command '
3alias alias0=exit
4eval 'command alias0 0'
5exit 3
6