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
maint: update bootstrap from gnulib
[cppi.git]
/
tests
/
cxx-2
blob
13fc8e90486841c2edb89671dcda11e7884ee71f
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if 0
7
#endif // this *is* valid
8
EOF
9
10
cat
>
$t
.EO
<<
\EOF
11
EOF
12
13
cat
>
$t
.Ee
<<
\EOF
14
EOF
15
16
options
=
-c
17
expected_status
=
0
18
19
.
$top_srcdir
/
test
s
/
test-common