PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / memfnquals1.C
blobce8af7b7273413f75d36f51e37037b9a2045733f
1 // PR c++/48166
3 struct foo {
4   static void func ();
5 };
6 void foo::func () const {}      // { dg-error "type qualifiers" }