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
/
ansi-1
blob
bbde9e1abd4f574b22226b75dbc2dab98d91802c
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if (FOO)
7
# error ick
8
#endif /
9
EOF
10
11
cat
>
$t
.EO
<<
\EOF
12
EOF
13
14
cat
>
$t
.Ee
<<
\EOF
15
EOF
16
17
options
=
'-c --ansi'
18
expected_status
=
0
19
20
.
$top_srcdir
/
test
s
/
test-common