ca2009748b6a855a646c2ea92b74c0391780f2ea 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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: Expression
  15. type {
  16. tuple_literal {
  17. }
  18. }
  19. }
  20. body {
  21. }
  22. }
  23. }
  24. declarations {
  25. function {
  26. name {
  27. name: "Main"
  28. }
  29. param_pattern {
  30. }
  31. return_term {
  32. kind: Expression
  33. type {
  34. int_type_literal {
  35. }
  36. }
  37. }
  38. body {
  39. statements {
  40. expression_statement {
  41. expression {
  42. call {
  43. function {
  44. identifier {
  45. name: "F"
  46. }
  47. }
  48. argument {
  49. tuple_literal {
  50. }
  51. }
  52. }
  53. }
  54. }
  55. }
  56. statements {
  57. return_expression_statement {
  58. expression {
  59. int_literal {
  60. value: 0
  61. }
  62. }
  63. }
  64. }
  65. }
  66. }
  67. }
  68. }