xref: /freebsd/bin/sh/tests/parser/alias20.0 (revision 069ac184)
1
2alias begin={ end=}
3: <<EOF &&
4$(echo bad1)
5EOF
6begin
7echo ok
8end
9