xref: /freebsd/bin/sh/tests/parser/alias8.0 (revision abd87254)
1
2alias echo='echo'
3[ "`eval echo b`" = b ]
4