blob: 5cda1925bf566ed30b2b74c20fdf4230fd92a3a5 [file] [log] [blame]
static void
bar (void)
{
extern void foo (int);
foo (0);
}
int main()
{
bar ();
}