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