[Bug c++/126420] Rejects valid? deducing return type with expansion statement (empty)

"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]>
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126420

--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
A related example is this:
```
int intreturn();
void foo2() {
  template for (constexpr auto x : {}) {
    extern float intreturn();
  }
}
```

clang accepts this while GCC rejects it.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.