| 12345678910111213141516171819202122232425262728293031323334 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- path: "Foo"
- }
- is_api: true
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- body {
- statements {
- return_expression_statement {
- expression {
- int_literal {
- value: 0
- }
- }
- }
- }
- }
- }
- }
- }
|