build: update gnulib submodule to latest
[cppi/ericb.git] / tests / f5
blob057f54a77d65d476ae87e7a7b12c3c177ce01768
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 #if 0
19 # ifdef _AIX
20 # define cppi_converts_the_tab_on_this_line_to_a_space
21 # define cppi_converts_the_tabs_and_spaces_on_this_line_to_a_space
22 # include "foo"
23 # pragma alloca
24 # pragma alloca
25 # endif
26 #endif
27 EOF
29 cat > $t.Ee <<\EOF
30 EOF
32 options=
33 expected_status=0
35 . $srcdir/test-common