Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr68724.C
blob6df7f718a7e10f45a43be68a193298aa5f164a4c
1 // PR 68724 ICE in  unificiation
2 // { dg-do compile { target c++11 } }
4 template <typename _Tp, _Tp>
5 struct integral_constant
7 };
9 integral_constant<bool, true> inst;
11 template <typename _Tp>
12 struct integral_constant<bool, __is_enum(_Tp)> // { dg-error "not deducible" }