blob: 6877c04c65cff5dcd5381fd5a46f32bfdd4266d4 [file] [log] [blame]
int static1(void);
int static2(void);
int static2(void)
{
return 1 + static1();
}