aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/complex/main.cpp
blob: 2934727d74fe5654ac989ef0a41c0be58497ddfe (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "theheader.h"

namespace Project {
namespace Internal {
bool TheClass::needsDefinition = true;
}
}

int main()
{
}