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