#include <assert.h>
#ifndef static_assert
#error "static_assert is not defined"
#endif
int main(void) { return 0; }
