// EXPECTED_REACHABLE_NODES: 1280 package foo fun box(): String { val a = 2; return if (a == 2) "OK" else "fail" }