aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/data/complete_completer_main_unsaved.cpp
blob: 38af12b8583e63212d9a10cf9ed9b93e0de9aef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "complete_forwarding_header_2.h"

void Function()
{

}

class Foo;
void FunctionWithArguments(int i, char *c, const Foo &ref)
{

}

void UnsavedFunction()
{

}

#define Macro

int GlobalVariableInUnsavedFile;

void f()
{
 int VariableInUnsavedFile;


}