b726270c1f1b906118bb7bd3f0e31fad70e53bb3 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. compilation_unit {
  2. package_statement {
  3. package_name: "ExplorerTest"
  4. }
  5. is_api: true
  6. declarations {
  7. function {
  8. name {
  9. name: "F"
  10. }
  11. param_pattern {
  12. }
  13. return_term {
  14. kind: Omitted
  15. }
  16. body {
  17. }
  18. }
  19. }
  20. declarations {
  21. function {
  22. name {
  23. name: "G"
  24. }
  25. param_pattern {
  26. }
  27. return_term {
  28. kind: Omitted
  29. }
  30. body {
  31. }
  32. }
  33. }
  34. declarations {
  35. function {
  36. name {
  37. name: "Main"
  38. }
  39. param_pattern {
  40. }
  41. return_term {
  42. kind: Expression
  43. type {
  44. int_type_literal {
  45. }
  46. }
  47. }
  48. body {
  49. statements {
  50. assign {
  51. lhs {
  52. identifier {
  53. name: "F"
  54. }
  55. }
  56. rhs {
  57. identifier {
  58. name: "G"
  59. }
  60. }
  61. op: Plain
  62. }
  63. }
  64. statements {
  65. return_expression_statement {
  66. expression {
  67. int_literal {
  68. value: 0
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }