#include "TestHasStaticMember.hpp" #include int main() { // Wrong enclosing type for DSMember BOOST_MPL_ASSERT((AnotherType,short)); return 0; }