#!/bin/sh

t=`basename $0`

cat > $t.I <<\EOF
//*p = 1;
#if 0 /* foo */
#endif
EOF

cat > $t.EO <<\EOF
EOF

cat > $t.Ee <<\EOF
EOF

options=-c
expected_status=0

. $top_srcdir/tests/test-common
