aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/name-clash10.C
blob: 0a089be257a80acc34a090030213aa520518cb78 (plain)
1
2
3
4
5
6
7
8
// PR c++/38313

struct foo { };
struct bar { };

struct baz {
  static foo (bar)();
};