Merge branch 'vendor/GCC47'
[dragonfly.git] / tools / regression / bin / sh / parser / heredoc6.0
1 # $FreeBSD: src/tools/regression/bin/sh/parser/heredoc6.0,v 1.1 2010/05/30 14:20:32 jilles Exp $
2
3 r=
4 ! command eval ": <<EOF; )" 2>/dev/null; command eval : hi \${r:=0}
5 exit ${r:-3}