blob: ce8fbfc4fb8a0a9b0cfc861bafb8fb9f833feb4e [file] [log] [blame]
extern int bar(void);
short s;
int foo(void)
{
s = bar();
return s;
}