BUILD_BUG_ON
#define BUILD_BUG_ON(x) do { _O_CTASSERT(!(x)) } while (0)
#define BUILD_BUG_ON(x) CTASSERT(!(x))
#define BUILD_BUG_ON(cond) nothing