mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-07 00:30:59 +00:00
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
|
|
var a = "foo";
|
||
|
|
|
||
|
|
switch (100) {
|
||
|
|
default:
|
||
|
|
console.log("PASS");
|
||
|
|
}
|