blob: a18035954e16c3f50cdc1f805c4300c0f6ccfe97 [file] [log] [blame]
// PR c++/99478
// { dg-do compile { target c++20 } }
template <decltype ([] {})> auto f() {} // { dg-error "lambda" }
int main() { f<{}>(); } // { dg-prune-output "no match" }