2017-06-14 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash32.C
blob4c7af8a39142fa4c33ce8760bbccc0644ba5b549
1 // PR c++/19667
3 struct integral_constant { };
5 template<typename _Tp>
6 struct is_function : public integral_constant { };
8 template<>
9 struct is_function : public integral_constant { }; // { dg-error "" }