blob: cc4022c5f3e86b17361920c4550b3dc27f1fcd96 [file] [log] [blame]
// PR c++/79092
// { dg-do compile { target c++17 } }
template<auto V> struct val {};
struct type : val<0>, val<0u> {};