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