blob: 82d88f370c49f5086b3fd0d8d38ec3e9a754816a [file] [log] [blame]
// PR c++/60503
// { dg-do compile { target c++11 } }
auto l = []() mutable noexcept [[ ]] {};
auto m = []() [[ ]] mutable noexcept {}; // { dg-error "" }