forked from qt-creator/qt-creator
29 lines
188 B
C++
29 lines
188 B
C++
|
|
#include "complete_forwarding_header_1.h"
|
||
|
|
|
||
|
|
void Function()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
class Foo;
|
||
|
|
void FunctionWithArguments(int i, char *c, const Foo &ref)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void SavedFunction()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void f()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|