build: update gnulib submodule to latest
[cppi/ericb.git] / tests / e2
blob43a3ec2b446c4535b37283cd4158ae676ce082a9
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #else
7 EOF
9 cat > $t.EO <<\EOF
10 #else
11 EOF
13 cat > $t.Ee <<\EOF
14 cppi: standard input: line 1: found #else without matching #if
15 EOF
17 expected_status=2
19 . $srcdir/test-common