version 1.18
[cppi.git] / tests / e9
blob428f06cea27bb8784ab8627b9fbb25edb44d620f
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 . $top_srcdir/tests/test-common