fun test(): Int { val x = 1 val y = x return x + y }