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