__assert
__dead void __assert(const char *, int, const char *);
#define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]