2014-03-19 17:25:32 +01:00

8 lines
47 B
C

extern void bar ();
void
foo ()
{
bar ();
}