/* Copyright 2004 Bob Proulx Distributed under the two-clause BSD licence; see the COPYING file for details. */ #include #include int foo1() { return 0; } int foo2() { return 0; } intx foo3() { return 0; } int foo4() { return 0; } int foo5() { return 0; } int foo6() { return 0; } int main() { foo1(); foo2(); foo3(); foo4(); foo5(); foo6(); }