Searched defs:__static_assert (Results 1 – 2 of 2) sorted by relevance
55 #define __static_assert(e, msg, ...) _Static_assert(e, msg) macro