blob: 1f31b9bd5306783ca506b6e8d786d5be9f9ac40e [file] [log] [blame]
// PR c++/95291
// { dg-do compile { target c++20 } }
template <typename T = int>
class xy { };
template <xy _size>
struct window_root { };
template <typename minion>
struct flip_horizontally : window_root<minion::size> { };