forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			60 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			60 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								struct Foo { int member; };
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void g(Foo *foo)
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    foo->
							 | 
						||
| 
								 | 
							
								}
							 |