aboutsummaryrefslogtreecommitdiff
path: root/runtime/ObjC/Framework/examples/simplecTreeParser/output
blob: 0d0174a583cd359796425d4f579acd46ac999083 (plain)
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)))))