blob: 5d3eb75c7e7a08ebb9fcf8abe3ee6f16f17fc0f8 [file] [log] [blame]
extern int bar(void);
extern int i;
void foo(void)
{
i = bar();
}