mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			55 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			55 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| void foo()
 | |
| {
 | |
|     int a = 7;
 | |
|     int b = ~(!~++a++);
 | |
| }
 | |
| 
 | 
