blob: 0c480cc2920d27819067a940075bcd431c196ff2 [file] [log] [blame]
extern void two(void);
void one(void)
{
two();
}