repo.or.cz
/
cppi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
version 1.18
[cppi.git]
/
tests
/
f4
blob
e88ac16024e252de28b8724f8f5ae4de7e5284d7
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#ifdef _AIX
7
# include "foo"
8
#pragma alloca
9
# pragma alloca
10
#endif
11
EOF
12
13
cat
>
$t
.EO
<<
\EOF
14
EOF
15
16
cat
>
$t
.Ee
<<
\EOF
17
EOF
18
19
options
=
-c
20
expected_status
=
0
21
22
.
$top_srcdir
/
test
s
/
test-common