// PR c++/26195
extern void foo1();
extern void foo2();

int main()
{
  foo1();
  foo2();
}


syntax highlighted by Code2HTML, v. 0.9.1