Searched defs:DEBUG_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
43 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) macro