int foo(); int bar(); void z1(), z2(); int main() { foo(); bar(); z1(); z2(); return 0; }