aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/data/complete_completer_main.cpp
blob: 877ce23d286b6c88224f73dc204645d062887943 (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_1.h"

void Function()
{

}

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

}

void SavedFunction()
{

}







void f()
{

}