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
/
f1
blob
0d8180d97dcc7f9cc1629d3c5fad24664143d836
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
" /* make sure comment in quote is ignored "
7
#if 1
8
*/
9
#error not
10
#endif
11
EOF
12
13
cat
>
$t
.EO
<<
\EOF
14
" /* make sure comment in quote is ignored "
15
#if 1
16
*/
17
# error not
18
#endif
19
EOF
20
21
cat
>
$t
.Ee
<<
\EOF
22
EOF
23
24
expected_status
=
0
25
26
.
$top_srcdir
/
test
s
/
test-common