#include "TestHasTypeCheckTypedef.hpp" #include int main() { // NoOtherType does not exist at all BOOST_MPL_ASSERT((tti::has_type_check_typedef_NoOtherType)); return 0; }