blob: 9797725452f9cfae7a5a654f6f64f7b759e59a1a [file] [log] [blame]
extern void bar ();
extern void foo ();
int
main ()
{
bar ();
foo ();
return 0;
}