blob: a5d5ed0714f997b17e13790955678f3d50d796c8 [file] [log] [blame]
library;
import self as self;
static method main() dynamic {
invalid-statement;
#L1:
break #L1;
}