summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-attr1.C
blob: 27321f2555477f9562b0303b89c53e094c243d61 (plain)
1
2
3
// { dg-do compile { target c++11 } }

auto l = []() [[noreturn]] {};	// { dg-warning "does not apply to types" }