build: update gnulib submodule to latest
[cppi/ericb.git] / tests / cxx-1
blob5058a38e2c8ac66d17178aa015153d5163c442a7
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 //*p = 1;
7 #if 0 /* foo */
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