2013-04-06 16:48:33 +02:00

9 lines
55 B
C

#pragma weak foo
extern void foo ();
void
foo ()
{
}