blob: 7bff75c3484a8c8bb505e94c67f1fe325ff01d5a [file] [log] [blame]
// PR c++/79092
// { dg-options -std=c++17 }
template<auto V> struct val {};
struct type : val<0>, val<0u> {};