blob: c724c32d6e258ec1ac7906df87fba403d7aa5702 [file] [log] [blame]
#pragma weak foo
void foo ();
void
ref ()
{
if (foo)
foo ();
}