#define STATIC_ASSERT(COND,MSG) typedef char static_assert_##MSG[(COND)?1:-1]