Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / crash32.C
bloba8363512e9478a8e04e89170e117413b566066c3
1 // PR c++/19667
3 struct integral_constant { };
5 template<typename _Tp>
6 struct is_function : public integral_constant { }; // { dg-error "previous" }
8 template<>
9 struct is_function : public integral_constant { }; // { dg-error "" }