blob: fe7e81c1c37dfb5cb1844ae1bf43c0216775f3a8 [file] [log] [blame]
extern void mod2 (void);
void
mod1 (void)
{
mod2 ();
}