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