d75851c53afd66d3635ec3d3fe600e5a0cff6289 1.2 KB

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