1#!/bin/sh
2
3t=`basename $0`
4
5cat > $t.I <<\EOF
6#if FOO
7# define foo(if) \\
8#if x
9#endif
10EOF
11
12> $t.EO
13
14cat > $t.Ee <<\EOF
15cppi: stringify-2.I: line 3: not properly indented
16cppi: stringify-2.I: line 4: not properly indented
17cppi: stringify-2.I: line 1: unterminated #if
18EOF
19
20redirect_stdin=no
21options="-c"
22expected_status=2
23
24. $top_srcdir/tests/test-common
25