2018-01-09 15:36:42 +01:00

8 lines
92 B
JavaScript
Executable File

switch(foo) {
// foo
case 1:
// falls through
case 2:
doIt();
}