| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- }
- is_api: true
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- body {
- statements {
- return_expression_statement {
- expression {
- operator {
- op: As
- arguments {
- int_literal {
- value: 4
- }
- }
- arguments {
- int_literal {
- value: 7
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
|