1 2 3 4 5 6
// PR c++/79500 // { dg-do compile { target c++17 } } template<typename T> struct A {}; A(...) -> A<int>; A a = {};