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

11 lines
72 B
C

#pragma weak foo
void foo ();
void
ref ()
{
if (foo)
foo ();
}