6ac46cfb4a998ede3392679c83839398fffea96f 644 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. compilation_unit {
  2. package_statement {
  3. package_name: "ExplorerTest"
  4. }
  5. is_api: true
  6. declarations {
  7. interface {
  8. name {
  9. name: "Vector"
  10. }
  11. }
  12. }
  13. declarations {
  14. impl {
  15. kind: ExternalImpl
  16. impl_type {
  17. int_type_literal {
  18. }
  19. }
  20. interface {
  21. identifier {
  22. name: "Vector"
  23. }
  24. }
  25. }
  26. }
  27. declarations {
  28. function {
  29. name {
  30. name: "Main"
  31. }
  32. param_pattern {
  33. }
  34. return_term {
  35. kind: Expression
  36. type {
  37. int_type_literal {
  38. }
  39. }
  40. }
  41. body {
  42. }
  43. }
  44. }
  45. }