63378befc2730b6eeca04e21fc914fce5442844b 790 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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: Auto
  15. }
  16. body {
  17. statements {
  18. await_statement {
  19. }
  20. }
  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. return_expression_statement {
  41. expression {
  42. int_literal {
  43. value: 0
  44. }
  45. }
  46. }
  47. }
  48. }
  49. }
  50. }
  51. }