static_assert     246 lib/verify.h   #   define static_assert(...) _GL_EXPAND(_GL_SA_PICK(__VA_ARGS__,_GL_SA3,_GL_SA2,_GL_SA1)) (__VA_ARGS__)
static_assert     248 lib/verify.h   #   define static_assert _Static_assert /* C11 requires this #define. */