aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cppmodelmanager/testdata_project1/foo.h
blob: b4271076331ba4104857f3c60505e532327fa6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright header

#ifndef FOO_H
#define FOO_H

class Foo
{
public:
    Foo();
};

#endif // FOO_H