https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117756

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced to:
```
void  bar ( void ) {
extern inline void  check3 ( void ) {}
check3();
}
```

Reply via email to