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