blob: a8363512e9478a8e04e89170e117413b566066c3 [file] [log] [blame]
// PR c++/19667
struct integral_constant { };
template<typename _Tp>
struct is_function : public integral_constant { }; // { dg-error "previous" }
template<>
struct is_function : public integral_constant { }; // { dg-error "" }