blob: 33c1cb69c767a0d26c451cd9cf7f2a811816ce01 [file] [log] [blame]
extern void a (void);
void
b (void)
{
a();
}