summary refs log tree commit diff stats
path: root/tinyc/tests/pp/02.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/02.expect')
-rw-r--r--tinyc/tests/pp/02.expect5
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyc/tests/pp/02.expect b/tinyc/tests/pp/02.expect
new file mode 100644
index 000000000..8ae2eb9ea
--- /dev/null
+++ b/tinyc/tests/pp/02.expect
@@ -0,0 +1,5 @@
+f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
+f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1);
+char c[2][6] = { "hello", "" };
+f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
+f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1);