blob: 66aaa4b68e38a64e24f18dd87ef2fa8912acc97d [file] [log] [blame]
#include "CompletionProposalsTestStart.h"
#define AMacro(x) x+1
int aVariable = 0;
bool aFunction();
enum anEnumeration {
first,
second,
third
};
struct AStruct{
int aStructField;
};
void foo(){
int aLocalDeclaration = 1;
}
void anotherClass::anotherMethod(){
a
};