https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
```
struct MCSchedModel {
template <typename> void computeInstrLatency(int = [] {}) const;
};
struct LSUnitBase {
LSUnitBase(const MCSchedModel &);
};
```
