GC_STATIC_ASSERT 1899 gc/include/private/gc_priv.h # define GC_STATIC_ASSERT(expr) do { if (0) { char j[(expr)? 1 : -1]; j[0]='\0'; j[0]=j[0]; } } while(0)
GC_STATIC_ASSERT 1901 gc/include/private/gc_priv.h # define GC_STATIC_ASSERT(expr) sizeof(char[(expr)? 1 : -1])