summary refs log tree commit diff stats
path: root/tinyc/tests/pp/05.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/05.expect')
-rw-r--r--tinyc/tests/pp/05.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyc/tests/pp/05.expect b/tinyc/tests/pp/05.expect
new file mode 100644
index 000000000..9f9be378f
--- /dev/null
+++ b/tinyc/tests/pp/05.expect
@@ -0,0 +1,3 @@
+int j[] = { 123, 45, 67, 89,
+ 10, 11, 12, };
+int j[] = { 123, 45, 67, 89, 10, 11, 12, };