348cf478cb194626674c53630f655ac2df93d4a4 692 B

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