rt_gccstream/gcc/testsuite/g++.old-deja/g++.ns/koenig9.C

14 lines
316 B
C

// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Theodore.Papadopoulo 23 Jun 2000 <Theodore.Papadopoulo@sophia.inria.fr>
#include <algorithm>
void foo(const char*,...);
inline void
bar() {
foo("",count); // { dg-error "" } multiple overloaded count functions
}