| | | | --- | --- | | Bugzilla Link | [49844](https://llvm.org/bz49844) | | Version | 11.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @zygoloid | ## Extended Description https://godbolt.org/z/YET98jcEW ``` template <class> concept C = false; int main() { []() -> C auto {}(); } ``` clang accepts it.