aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/15.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp/15.expect')
-rw-r--r--tests/pp/15.expect7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pp/15.expect b/tests/pp/15.expect
new file mode 100644
index 0000000..f652240
--- /dev/null
+++ b/tests/pp/15.expect
@@ -0,0 +1,7 @@
+return (long double)d;
+return A+++B;
+return A+ ++B;
+return A+++ +B;
+return 0x1E -1;
+XXX: return x+x-1 +1 -2;
+XXX: return x x 1 2 x;