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