abef7d05195421c940d49409627c5b24d4f2b916 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. int_type_literal {
  17. }
  18. }
  19. }
  20. }
  21. }
  22. declarations {
  23. function {
  24. name {
  25. name: "Main"
  26. }
  27. param_pattern {
  28. }
  29. return_term {
  30. kind: Expression
  31. type {
  32. int_type_literal {
  33. }
  34. }
  35. }
  36. body {
  37. statements {
  38. return_expression_statement {
  39. expression {
  40. call {
  41. function {
  42. identifier {
  43. name: "F"
  44. }
  45. }
  46. argument {
  47. tuple_literal {
  48. }
  49. }
  50. }
  51. }
  52. }
  53. }
  54. }
  55. }
  56. }
  57. }