blob: 1c470ca35815150a16aa793132a083d39c3937d2 [file] [log] [blame]
tailrec fun test() : Int {
try {
// do nothing
} finally {
test()
}
}