__assert2
# define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
__dead void __assert2(const char *, int, const char *, const char *);
DEF_STRONG(__assert2);
PROTO_NORMAL(__assert2);