blob: 01470c32233bc1d19b3328536bcd60d0108386a1 [file] [log] [blame]
// PR c++/89640
// { dg-options "" }
// { dg-do compile { target c++11 } }
void test() {
[]() __attribute__((noinline,cold)) {
asm volatile("");
}();
}