OSDN Git Service

* lib/target-supports.exp (check_effective_target_static): New
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / koenig9.C
1 // { dg-do assemble  }
2
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Theodore.Papadopoulo 23 Jun 2000 <Theodore.Papadopoulo@sophia.inria.fr>
5
6 #include <algorithm>
7
8 void foo(const char*,...);
9
10 inline void
11 bar() {
12   foo("",count);    //  { dg-error "" } multiple overloaded count functions
13 }