blob: 4542cbd85064022e7a4a8b292cdc9291e76e445d [file] [log] [blame]
// PR c++/100493
// { dg-do compile { target c++17 } }
// { dg-options "" }
struct A {
void f() {
[=, this] { };
}
};