blob: b8ef6401e162c8e38fbfdd7ab11bd23586d6d5ba [file] [log] [blame]
extern int foo (void);
int some_var;
int
foo (void)
{
return some_var;
}