77c33306ba5c8c2cdc3024719f87f55a2724c754 827 B

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