foo.c   [plain text]



__attribute__((used))
char largeBuffer[512 * 1024 * 1024];

int bar() {
	return 0;
}