6_7_10_01_static_assert_pass.c (82B)
1 _Static_assert(sizeof(int) >= 2, "wide int"); 2 3 int test_main(void) { return 42; }