diff options
| author | 2025-12-13 09:15:51 +0100 | |
|---|---|---|
| committer | 2025-12-13 09:15:51 +0100 | |
| commit | 17e5a9f573b1a60e12ed60948f45f5992914d324 (patch) | |
| tree | 26ae030fbcc0df6740cd1854201acbe942f47ed4 /test/14-old.c | |
| parent | 90d5b41f6a02934e837d79b629e0adf18a00f588 (diff) | |
test/14
Diffstat (limited to 'test/14-old.c')
| -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; +??> + |