#include "TestHasTypeCheckTypedef.hpp" #include int main() { // Wrong enclosing type BOOST_MPL_ASSERT((tti::has_type_BType)); return 0; }