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