diff options
Diffstat (limited to 'tinyc/tests/pp/11.expect')
-rw-r--r-- | tinyc/tests/pp/11.expect | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tinyc/tests/pp/11.expect b/tinyc/tests/pp/11.expect new file mode 100644 index 000000000..6b9806c6c --- /dev/null +++ b/tinyc/tests/pp/11.expect @@ -0,0 +1,15 @@ +a +a b +a b c +a b c d +x a b c d y +x a b c y +x a b y +x a y +x y +x A,B,C y +x A,B y +x A y +x y +__attribute__((__noreturn__)) +1 2 |