865cb6ed43d05b0cd8865aca8e220a5f2f1c8ee2 1014 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. deduced_parameters {
  12. name: "T"
  13. type {
  14. operator {
  15. op: BitwiseAnd
  16. arguments {
  17. int_type_literal {
  18. }
  19. }
  20. arguments {
  21. type_type_literal {
  22. }
  23. }
  24. }
  25. }
  26. }
  27. param_pattern {
  28. }
  29. return_term {
  30. kind: Omitted
  31. }
  32. }
  33. }
  34. declarations {
  35. function {
  36. name {
  37. name: "Main"
  38. }
  39. param_pattern {
  40. }
  41. return_term {
  42. kind: Expression
  43. type {
  44. int_type_literal {
  45. }
  46. }
  47. }
  48. body {
  49. statements {
  50. return_expression_statement {
  51. expression {
  52. int_literal {
  53. value: 0
  54. }
  55. }
  56. }
  57. }
  58. }
  59. }
  60. }
  61. }