blob: 4897ff819c2e61f16f9f4fc2b45bd1993f9cca68 [file] [log] [blame]
extern "C" int bar(void);
void baz();
int shared()
{
baz();
return bar();
}