Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
| /* e_14_9.t:    Out of range in #if expression (division by 0). */
 | |
| 
 | |
| /* 14.9:    Divided by 0.   */
 | |
| #if     1 / 0
 | |
| #endif
 | |
| 
 |