Files
kraken/quick_test3.krak

13 lines
115 B
Plaintext
Raw Normal View History

fun main():int {
var I = 0
fun() {
fun() {
I = 1
}()
}()
return 0
}