blob: b00909e62f7e17e426926365e26b49287a980863 [file] [log] [blame]
int x = 5;
switch (x) {
case 0:
case 1:
print(2);
break;
case 2:
print(4);
}