1 2 3 4 5 6 7 8 9
// PR c++/26195 extern void foo1(); extern void foo2(); int main() { foo1(); foo2(); }