Files
qt-creator/tests/cppmodelmanager/testdata_project1/baz3.h

15 lines
233 B
C
Raw Normal View History

#ifndef BAZ2_H
#define __BAZ2_H
/*
* This is a test file with a malformed include guard
* to test that the renaming does not touch the guard in similar cases at all.
*/
class Baz {
public:
Baz() {}
};
#endif /* __BAZ2_H */