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