[Bug c++/125537] [contracts] g++-16 crashes on contracts pre and post with placeholder return type

"waffl3x 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=125537

--- Comment #5 from Waffl3x <waffl3x at gcc dot gnu.org> ---
```
bool g(int) { return true; }

template<typename T>
auto f(T a)
  pre(g(a)) {}

template auto f<int>(int);
```
Reproducer without member functions.
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.