summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/parse/error45.C
blob: 7df8b13f469e93ca63480b87e10cc4b819d6c236 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/51429
// { dg-do compile }

struct A
{
  void foo (double);
  void foo (int);
  A () { foo = 0; }	// { dg-error "invalid use of member function" }
};
OpenPOWER on IntegriCloud