maint: update bootstrap from gnulib
[cppi.git] / tests / cxx-3
blob7a72c65d47a07cc1f5b80c4578b87857ad78827f
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 // unterminated "string in C++ comment should not get an error
7 EOF
9 cat > $t.EO <<\EOF
10 EOF
12 cat > $t.Ee <<\EOF
13 EOF
15 options=-c
16 expected_status=0
18 . $top_srcdir/tests/test-common