// RUN: %clang_cc1 -std=c++1z %s -verify // expected-no-diagnostics namespace hana_enable_if_idiom { template struct A {}; template> struct B; template struct B> {}; template struct B> {}; struct C { static const bool value = true; }; B b; }