backend: add failing test for break
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun main(args: Array<String>) {
|
||||
loop@ while (true) {
|
||||
println("Body")
|
||||
break
|
||||
}
|
||||
println("Done")
|
||||
}
|
||||
Reference in New Issue
Block a user