xref: /freebsd/bin/sh/tests/parser/heredoc6.0 (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
1# $FreeBSD$
2
3r=
4! command eval ": <<EOF; )" 2>/dev/null; command eval : hi \${r:=0}
5exit ${r:-3}
6