foo.c   [plain text]


#pragma weak foo

extern void foo ();

void
foo ()
{
}