forked from qt-creator/qt-creator
		
	Didn't work if there was any folded text before the #include. Change-Id: I8f16205f06bfaa8b8541401a9ebd5995c15b2227 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			298 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			298 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/****************************************************************************
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
**
 | 
						|
****************************************************************************/
 | 
						|
 | 
						|
#include "foo.h"
 | 
						|
 | 
						|
int main()
 | 
						|
{
 | 
						|
    Foo foo;
 | 
						|
    return 1;
 | 
						|
}
 |