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
/
cxx-3
blob
7a72c65d47a07cc1f5b80c4578b87857ad78827f
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
//
unterminated
"string in C++ comment should not get an error
7
EOF
8
9
cat >
$t
.EO <<\EOF
10
EOF
11
12
cat >
$t
.Ee <<\EOF
13
EOF
14
15
options=-c
16
expected_status=0
17
18
.
$top_srcdir
/tests/test-common