528816469d00b09f7410035a7f4d79d5e32934be 559 B

12345678910111213141516171819202122232425262728293031323334
  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. designator {
  17. name: "Self"
  18. }
  19. }
  20. }
  21. body {
  22. statements {
  23. return_expression_statement {
  24. expression {
  25. int_literal {
  26. value: 0
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }
  34. }