]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/ref-qual-multi-neg.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / ref-qual-multi-neg.C
1 // { dg-require-effective-target c++11 }
2
3 class Foo
4 {
5 public:
6 void bar() const && & { } // { dg-error "multiple ref-qualifiers" }
7 };
This page took 0.038815 seconds and 5 git commands to generate.