build: update gnulib submodule to latest
[cppi/ericb.git] / tests / stringify-3
blob4709384223423af1898cc2cd26e312c4351990e3
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 . $srcdir/test-common