version 1.18
[cppi.git] / tests / f4
blobe88ac16024e252de28b8724f8f5ae4de7e5284d7
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #ifdef _AIX
7 # include "foo"
8 #pragma alloca
9 # pragma alloca
10 #endif
11 EOF
13 cat > $t.EO <<\EOF
14 EOF
16 cat > $t.Ee <<\EOF
17 EOF
19 options=-c
20 expected_status=0
22 . $top_srcdir/tests/test-common