summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/rv-conv1.C
blob: 38529913f85082df0b7378f0ea67e3f0f86a26c3 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/49267
// { dg-options -std=c++0x }

struct X {
  operator int&();
  operator int&&();
};

int&&x = X();
OpenPOWER on IntegriCloud