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
/
d5
blob
4eed39f8b083cf675023617a4388aea0eeecdb12
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if 0
7
8
# define A 1
9
10
#define B 1
11
#endif
12
EOF
13
14
cat
>
$t
.EO
<<
\EOF
15
EOF
16
17
cat
>
$t
.Ee
<<
\EOF
18
cppi
:
standard input
:
line
5
:
not properly indented
19
EOF
20
21
options
=
-c
22
expected_status
=
1
23
24
.
$top_srcdir
/
test
s
/
test-common