aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp')
-rw-r--r--src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp b/src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp
new file mode 100644
index 0000000000..79a7651309
--- /dev/null
+++ b/src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp
@@ -0,0 +1,8 @@
+#include "theheader.h"
+
+class TheClass
+{
+ void func();
+};
+void SomeClass::func() {}
+void TheClass::func() {}