blob: 2fd8b6768a84d076180fb3ef42f5f14b5e15fec9 [file] [log] [blame]
extern void mod3 (void);
void
mod2 (void)
{
mod3 ();
}