#!/bin/sh

t=`basename $0`

cat > $t.I <<\EOF
#if FOO
#define foo(if) \
#if
#endif
EOF

cat > $t.EO <<\EOF
#if FOO
# define foo(if) \
#if
#endif
EOF

> $t.Ee

redirect_stdin=no
expected_status=0

. $top_srcdir/tests/test-common
