2012-03-26 21:18:29 +02:00

10 lines
65 B
C

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