aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/complex/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/testcases/move-class/complex/main.cpp')
-rw-r--r--src/plugins/cppeditor/testcases/move-class/complex/main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/testcases/move-class/complex/main.cpp b/src/plugins/cppeditor/testcases/move-class/complex/main.cpp
new file mode 100644
index 0000000000..2934727d74
--- /dev/null
+++ b/src/plugins/cppeditor/testcases/move-class/complex/main.cpp
@@ -0,0 +1,11 @@
+#include "theheader.h"
+
+namespace Project {
+namespace Internal {
+bool TheClass::needsDefinition = true;
+}
+}
+
+int main()
+{
+}