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
build: depend on gnulib's calloc-gnu, not calloc
[cppi.git]
/
tests
/
ansi-3
blob
9f617bc9213970b7ddd8143e07d46a2ba82f9db0
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if (FOO)
7
# error ick
8
#endif /*
9
#if */
10
EOF
11
12
cat
>
$t
.EO
<<
\EOF
13
EOF
14
15
cat
>
$t
.Ee
<<
\EOF
16
EOF
17
18
options
=
'-c --ansi'
19
expected_status
=
0
20
21
.
$top_srcdir
/
test
s
/
test-common