0c1acfbf442273f3d4a3767b76a0ce511fb8e14f 746 B

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