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