https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121746
Sam James <sjames at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs-reduction |
--- Comment #2 from Sam James <sjames at gcc dot gnu.org> ---
```
extern "C" unsigned long strlen (const char *);
template <typename>
void
place_order ()
{
char __trans_tmp_1;
const auto action_str{ &__trans_tmp_1 };
auto { strlen (action_str) };
}
```
