blob: cd9604ae383bb8c3bdbbe4c1c47ff1cd52475ba0 [file]
// RUN_PIPELINE_TILL: BACKEND
fun box(): String = "OK"
fun main(args: Array<String>) {
if (box() == "OK") {
throw Exception("Hello")
}
}
/* GENERATED_FIR_TAGS: equalityExpression, functionDeclaration, ifExpression, stringLiteral */