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