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