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
/
stringify-3
blob
33569edf478f855db6f785c176b35d7321345de5
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if FOO
7
# define foo(if) \\
8
# if x
9
# endif
10
#endif
11
EOF
12
13
>
$t
.EO
14
>
$t
.Ee
15
16
redirect_stdin
=
no
17
options
=
"-c"
18
expected_status
=
0
19
20
.
$top_srcdir
/
test
s
/
test-common