summaryrefslogtreecommitdiff
path: root/tests/cppmodelmanager/testdata_project1/baz.h
blob: 9ddc881e1405d2b5bcd7bfcffa5d9939d1bc6997 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BAZ_H
#define BAZ_H

class Baz {
public:
    Baz() {}
};

#endif // BAZ_H