build: update gnulib submodule to latest
[cppi/ericb.git] / tests / cxx-2
blob86235aabec974ec1df4373d1513e894e56fcc2da
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if 0
7 #endif // this *is* valid
8 EOF
10 cat > $t.EO <<\EOF
11 EOF
13 cat > $t.Ee <<\EOF
14 EOF
16 options=-c
17 expected_status=0
19 . $srcdir/test-common