summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/other/cv_func3.C
blob: 0fd47882f2aa296e96e4dac1aa699e1573462355 (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/58810

typedef int F() const;

F f;           // { dg-error "cv-qualifier" }

struct A
{
  friend F f;  // { dg-error "cv-qualifier" }
};
OpenPOWER on IntegriCloud