494a90d848d73add49cf3874374b4eaf9cb64e99 886 B

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