14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
== test ==
|
|
tailRecursive fun test() : Int {
|
|
try {
|
|
// do nothing
|
|
} finally {
|
|
test()
|
|
}
|
|
}
|
|
---------------------
|
|
test <v0> NEW()
|
|
test() <v0> COPY
|
|
{ test() } <v0> COPY
|
|
=====================
|