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