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