diff options
| -rw-r--r-- | test/14-old.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/14-old.c b/test/14-old.c new file mode 100644 index 0000000..69fa92d --- /dev/null +++ b/test/14-old.c @@ -0,0 +1,12 @@ +/* CFLAGS: -std=c89 -trigraphs */ +/* EXPECT: +*/ + +??=include<stdio.h> + +foo; +main(t) ??< + foo = t-1; + return foo; +??> + |