summaryrefslogtreecommitdiff
path: root/kernel/assert.h
blob: 2519b7f997adbf9d7676efcaca0c7e0c1efbacd5 (plain)
1
#define STATIC_ASSERT(COND,MSG) typedef char static_assert_##MSG[(COND)?1:-1]