Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* e_35_2.c:    Out of range of character constant. */
 | |
| 
 | |
| /* { dg-do preprocess } */
 | |
| 
 | |
| /* 35.2:    */
 | |
| /* Perhaps out of range.    */
 | |
| #if     'abcdefghi' /* { dg-error "character constant too long| out of range" } */
 | |
| #endif
 | |
| 
 |