forked from qt-creator/qt-creator
		
	Fixes: QTCREATORBUG-4686 Change-Id: If22078bb183910941d8e2a94b0e8629baa2fa8de Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
		
			
				
	
	
		
			11 lines
		
	
	
		
			83 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			83 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef BAZ_H
 | 
						|
#define BAZ_H
 | 
						|
 | 
						|
class Baz {
 | 
						|
public:
 | 
						|
    Baz() {}
 | 
						|
};
 | 
						|
 | 
						|
#endif // BAZ_H
 | 
						|
 |