blob: 9623242073925efff20113ad4ce01778ee91c91a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
#L1:
switch(0) /* core::int */ {
#L2:
case #C1:
{
continue #L3;
}
#L3:
default:
{}
}
}
constants {
#C1 = 1
}