https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123340
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
template <int>
void foo() {
({ static_assert(false, ""); });
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 30 Dec 2025 09:33:47 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123340
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
template <int>
void foo() {
({ static_assert(false, ""); });
}
```