version 1.18
[cppi.git] / tests / f1
blob0d8180d97dcc7f9cc1629d3c5fad24664143d836
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 " /* make sure comment in quote is ignored "
7 #if 1
8 */
9 #error not
10 #endif
11 EOF
13 cat > $t.EO <<\EOF
14 " /* make sure comment in quote is ignored "
15 #if 1
17 # error not
18 #endif
19 EOF
21 cat > $t.Ee <<\EOF
22 EOF
24 expected_status=0
26 . $top_srcdir/tests/test-common