blob: abb1a8cbe334d8e2ad63c18e5c380dc3e5274555 [file]
fun foo(): Boolean {
return true
}
fun main() {
if (foo()) return
}