1#!/bin/sh
2
3t=`basename $0`
4
5cat > $t.I <<\EOF
6#if 0
7#else this is non-ANSI
8#endif
9EOF
10
11cat > $t.EO <<\EOF
12-
13EOF
14
15cat > $t.Ee <<\EOF
16EOF
17
18options='-l --ansi'
19expected_status=1
20
21. $top_srcdir/tests/test-common
22