aboutsummaryrefslogtreecommitdiff
path: root/runtime/ObjC/Framework/examples/simplecTreeParser/output
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ObjC/Framework/examples/simplecTreeParser/output')
-rw-r--r--runtime/ObjC/Framework/examples/simplecTreeParser/output1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ObjC/Framework/examples/simplecTreeParser/output b/runtime/ObjC/Framework/examples/simplecTreeParser/output
new file mode 100644
index 0000000..0d0174a
--- /dev/null
+++ b/runtime/ObjC/Framework/examples/simplecTreeParser/output
@@ -0,0 +1 @@
+tree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF int y) (ARG_DEF char d)) (BLOCK (VAR_DEF int i) (for (= i 0) (< i 3) (= i (+ i 1)) (BLOCK (= x 3) (= y 5)))))