mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| bool foo()
 | |
| {
 | |
|     if (1 == 2)
 | |
|         return true;
 | |
|     else
 | |
|         return false;
 | |
| }
 | |
| 
 | 
