aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/pp/14.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tests/pp/14.expect')
-rw-r--r--tinycc/tests/pp/14.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinycc/tests/pp/14.expect b/tinycc/tests/pp/14.expect
new file mode 100644
index 0000000..3786044
--- /dev/null
+++ b/tinycc/tests/pp/14.expect
@@ -0,0 +1,3 @@
+return Z(Z(1,2),2);
+return Q(1,2);
+return ((A + A) * (A + A)) + ((B * B) + (B * B));