version 1.18
[cppi.git] / tests / stringify-3
blob33569edf478f855db6f785c176b35d7321345de5
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if FOO
7 # define foo(if) \\
8 # if x
9 # endif
10 #endif
11 EOF
13 > $t.EO
14 > $t.Ee
16 redirect_stdin=no
17 options="-c"
18 expected_status=0
20 . $top_srcdir/tests/test-common