1 2 3 4 5 6 7 8
// PR c++/24278 template<typename T> struct A { A() : T(0) {} // { dg-error "base" } }; A<int*> a; // { dg-message "instantiated" }