aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/pp/05.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tests/pp/05.expect')
-rw-r--r--tinycc/tests/pp/05.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinycc/tests/pp/05.expect b/tinycc/tests/pp/05.expect
new file mode 100644
index 0000000..9f9be37
--- /dev/null
+++ b/tinycc/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, };