Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. (source_file
  2. (top_level_code_decl
  3. (brace_stmt
  4. (#if_stmt
  5. (#if:
  6. (call_expr type='<null>'
  7. (unresolved_decl_ref_expr type='<null>' name=swift specialized=no)
  8. (paren_expr type='<null>'
  9. (prefix_unary_expr type='<null>'
  10. (unresolved_decl_ref_expr type='<null>' name=>= specialized=no)
  11. (float_literal_expr type='<null>' value=3.0))))
  12. (elements
  13. (top_level_code_decl
  14. (brace_stmt
  15. (call_expr type='<null>'
  16. (unresolved_decl_ref_expr type='<null>' name=print specialized=no)
  17. (paren_expr type='<null>'
  18. (string_literal_expr type='<null>' encoding=utf8 value="3.0")))))
  19. ) #else
  20. (elements))))
  21. (top_level_code_decl
  22. (brace_stmt
  23. (call_expr type='<null>'
  24. (unresolved_decl_ref_expr type='<null>' name=print specialized=no)
  25. (paren_expr type='<null>'
  26. (string_literal_expr type='<null>' encoding=utf8 value="3.0"))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement