d6d4e4d8991d7ed953b06bbf4f7f79332fc55262 556 B

12345678910111213141516171819202122232425262728293031323334
  1. compilation_unit {
  2. package_statement {
  3. package_name: "ExplorerTest"
  4. path: "Foo"
  5. }
  6. is_api: true
  7. declarations {
  8. function {
  9. name {
  10. name: "Main"
  11. }
  12. param_pattern {
  13. }
  14. return_term {
  15. kind: Expression
  16. type {
  17. int_type_literal {
  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. }