maint: update bootstrap from gnulib
[cppi.git] / tests / f9
blob99c6ff1ef99152c87e004c2db2d4e8f74c7c4e3d
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if 0
7 # ifdef _AIX
8 # define cppi_converts_the_tab_on_this_line_to_a_space
9 # define cppi_converts_the_tabs_and_spaces_on_this_line_to_a_space
10 # include "foo"
11 # pragma alloca
12 # pragma alloca
13 # endif
14 #endif
15 EOF
17 cat > $t.EO <<\EOF
18 EOF
20 cat > $t.Ee <<\EOF
21 EOF
23 options=-c
24 expected_status=0
26 . $top_srcdir/tests/test-common