bar.c   [plain text]



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

extern int foo();

int bar() {
	return foo();
}