version 1.18
[cppi.git] / tests / ansi-2
blob3c6a2dbcd2a59c6629bfd25cac57803068b85dc2
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if (FOO)
7 # error ick
8 #endif /* comment */
9 EOF
11 cat > $t.EO <<\EOF
12 EOF
14 cat > $t.Ee <<\EOF
15 EOF
17 options='-c --ansi'
18 expected_status=0
20 . $top_srcdir/tests/test-common