| 12345678910111213141516171819202122232425262728293031323334353637 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- }
- is_api: true
- declarations {
- impl {
- kind: ExternalImpl
- impl_type {
- int_type_literal {
- }
- }
- interface {
- string_type_literal {
- }
- }
- }
- }
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- body {
- }
- }
- }
- }
|