https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117061
--- Comment #2 from eczbek.void at gmail dot com ---
Clang errors on a similar-looking piece of code:
```
void foo(auto x) noexcept(noexcept([x] { x; })) {}
```
eczbek.void at gmail dot com via Gcc-bugs Thu, 10 Oct 2024 08:58:57 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117061
--- Comment #2 from eczbek.void at gmail dot com ---
Clang errors on a similar-looking piece of code:
```
void foo(auto x) noexcept(noexcept([x] { x; })) {}
```