summaryrefslogtreecommitdiff
path: root/tests/cppmodelmanager/testdata_project1/baz3.h
blob: f32c7010ad677dc18c6d11cbdb5f0dc1c7065ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 */