// WITH_RUNTIME fun test(flag: Boolean) { require(flag) println(1) println(2) }