2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wbool-compare" }
5 // Check that we don't ICE because of reentering error reporting routines while
6 // evaluating template parameters
10 static constexpr bool value = false;
14 struct dependent_type {
19 typename dependent_type<(5 > type_function<T>::value)>::type
23 typename dependent_type<(5 > type_function<T>::value)>::type