build: update gnulib submodule to latest
[cppi/ericb.git] / tests / e9
bloba3259cf24b887adeb8a959aef8e641860c85509f
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if (FOO)
7 # error ick
8 #endif
9 EOF
11 cat > $t.EO <<\EOF
12 EOF
14 cat > $t.Ee <<\EOF
15 EOF
17 options=-c
18 expected_status=0
20 . $srcdir/test-common