mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
7 lines
67 B
JavaScript
7 lines
67 B
JavaScript
var a = "foo";
|
|
|
|
switch (100) {
|
|
default:
|
|
console.log("PASS");
|
|
}
|