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

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

#endif /* __BAZ2_H__ */