blob: 089693098b64695571ce8aa2670d6e3ba9d8c47e [file] [log] [blame]
fun x1() = // cx1
42
fun x2() = /* cx2 */
42
fun x3() {
1 + // cx4_1
2
1 + /* cx4_2 */
2
}