summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/parse/ambig9.C
blob: 68744d1ba63a7928b304e350a27fbbc22cc11c6c (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/49691

struct A { int x; };
A* f();
struct B {
  void g()
  {
    int(f()->x);
  }
};
OpenPOWER on IntegriCloud