bdacd3ee8bd272bb8e010a36fdcf4a088e4aec58 789 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. compilation_unit {
  2. package_statement {
  3. package_name: "ExplorerTest"
  4. }
  5. is_api: true
  6. declarations {
  7. function {
  8. name {
  9. name: "Main"
  10. }
  11. param_pattern {
  12. }
  13. return_term {
  14. kind: Expression
  15. type {
  16. int_type_literal {
  17. }
  18. }
  19. }
  20. body {
  21. statements {
  22. return_expression_statement {
  23. expression {
  24. operator {
  25. op: As
  26. arguments {
  27. int_literal {
  28. value: 4
  29. }
  30. }
  31. arguments {
  32. int_literal {
  33. value: 7
  34. }
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }
  42. }
  43. }