forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			75 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			75 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| struct QQ {};
 | |
| 
 | |
| #define NN(x) typedef QQ PP ## x;
 | |
| 
 | |
| NN(CC)
 | |
| 
 | |
| typedef PPCC RR;
 |