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