blob: f6f0a27a0bdcae45fc92a60436b2ddcd25154d4c [file] [log] [blame]
template <bool B> struct A { };
template <class T> void f()
{
A<T::I < T::J>();
}