build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / ansi-3
blob9f617bc9213970b7ddd8143e07d46a2ba82f9db0
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if (FOO)
7 # error ick
8 #endif /*
9 #if */
10 EOF
12 cat > $t.EO <<\EOF
13 EOF
15 cat > $t.Ee <<\EOF
16 EOF
18 options='-c --ansi'
19 expected_status=0
21 . $top_srcdir/tests/test-common