summary refs log tree commit diff stats
path: root/tinyc/tests/pp/14.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/14.expect')
-rw-r--r--tinyc/tests/pp/14.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyc/tests/pp/14.expect b/tinyc/tests/pp/14.expect
new file mode 100644
index 000000000..37860440c
--- /dev/null
+++ b/tinyc/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));