aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/decl-in-source/theclass.h_expected
blob: 4af91c47e33d2b1dcc40fce67138f9e696037553 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef THECLASS_H
#define THECLASS_H

class TheClass
{
    void func();
};

void TheClass::func() {}

#endif // THECLASS_H