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 {
          variable_definition {
            pattern {
              binding_pattern {
                name: "s"
                type {
                  expression_pattern {
                    expression {
                      string_type_literal {
                      }
                    }
                  }
                }
              }
            }
            init {
              string_literal {
                value: "A \"block\" \"\"string\"\" literal\n  with file type indicator.\n"
              }
            }
            is_returned: false
          }
        }
        statements {
          if_statement {
            condition {
              operator {
                op: Eq
                arguments {
                  identifier {
                    name: "s"
                  }
                }
                arguments {
                  string_literal {
                    value: "A \"block\" \"\"string\"\" literal\n  with file type indicator.\n"
                  }
                }
              }
            }
            then_block {
              statements {
                return_expression_statement {
                  expression {
                    int_literal {
                      value: 0
                    }
                  }
                }
              }
            }
            else_block {
              statements {
                return_expression_statement {
                  expression {
                    int_literal {
                      value: 1
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
