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