6_7_10_static_assert_fail.c (63B)
1 _Static_assert(0, "fail"); 2 3 int test_main(void) { return 42; }