blob: fcc494112547d2953f6a449663a0290cd4a25078 [file] [log] [blame]
extern void bar (void);
void
xxx (void)
{
bar ();
}