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-7
blob
cb4aff41c38e0598290ed797321ac2db22e2cc2e
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if 1
7
# if 0
8
# define x y
9
# endif // PROFILE_SYNCH_REQUIRED ^^^TRUE
10
#endif
11
EOF
12
13
cat
>
$t
.EO
<<
\EOF
14
EOF
15
16
cat
>
$t
.Ee
<<
\EOF
17
EOF
18
19
options
=
'-c --ansi'
20
expected_status
=
0
21
22
.
$top_srcdir
/
test
s
/
test-common