// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Theodore.Papadopoulo 23 Jun 2000 #include void foo(const char*,...); inline void bar() { foo("",count); // ERROR - multiple overloaded count functions }