blob: 79921cb5aac2f0b07b248d4f9928ec297cc69c23 [file] [log] [blame]
L: {
var x = 1
print(x)
break L
x = 2
print(x)
}