blob: f1bbc0e0051dd4c5fb47c1c0c545bfb8daf140aa [file] [log] [blame]
fun foo(x: Int, y: Int): Int {
return x + cl()
}
fun bar() {
foo(1, 2)
}