aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/pr26785.C
blob: f3984d58e58bc080562a91f636e10165e317674b (plain)
1
2
3
4
5
6
7
8
9
10
// PR 26785
// { dg-do compile }
// { dg-options "-fshow-column" }

class foo {
  foo::foo // { dg-error "3:extra qualification" }
  (int a, 
   int b,
   int c);
};