// PR c++/116568 template struct S { template using t = decltype([]{}); }; // 't' does not currently have a mangling scope, but should not ICE using t = S::t;