mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 05:35:02 +00:00
6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
var a = "foo";
|
|
|
|
switch (100) {
|
|
default:
|
|
console.log("PASS");
|
|
}
|