9a3c36288c9320a9c2fe8250584ac23e96fcd357 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. compilation_unit {
  2. package_statement {
  3. package_name: "ExplorerTest"
  4. }
  5. is_api: true
  6. declarations {
  7. function {
  8. name {
  9. name: "Main"
  10. }
  11. param_pattern {
  12. }
  13. return_term {
  14. kind: Expression
  15. type {
  16. int_type_literal {
  17. }
  18. }
  19. }
  20. body {
  21. statements {
  22. expression_statement {
  23. expression {
  24. call {
  25. function {
  26. identifier {
  27. name: "Print"
  28. }
  29. }
  30. argument {
  31. tuple_literal {
  32. }
  33. }
  34. }
  35. }
  36. }
  37. }
  38. statements {
  39. return_expression_statement {
  40. expression {
  41. int_literal {
  42. value: 0
  43. }
  44. }
  45. }
  46. }
  47. }
  48. }
  49. }
  50. }