maint: update bootstrap from gnulib
[cppi.git] / tests / stringify-4
blob177464e466a02c6f15ffa91522715821ec719e2f
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if FOO
7 # define foo(if) \
8 this is the 2nd line \
9 #if this line is not a cpp #if directive, but rather stringifies the `if' \
10 argument to the foo macro, `foo'.
11 #endif
12 EOF
14 > $t.EO
15 > $t.Ee
17 redirect_stdin=no
18 options="-c"
19 expected_status=0
21 . $top_srcdir/tests/test-common