```c++ void foo() { constexpr int x{}; auto a = []<int=x>{}; } ``` Looks like a regression from 16 to 17, persists in 18 and current trunk. https://godbolt.org/z/TErqq79ao