
fun box(): String {
    if (qux() != 42) return "Fail qux"
    return "OK"
}
