blob: c5b74a944171690b3a83b1701292ce78d7c2e721 [file] [log] [blame]
extern void x (void);
void
y (void)
{
x ();
}