6_7_10_03_static_assert_file_scope.c (78B)
1 _Static_assert(sizeof(long) >= 4, "long"); 2 int test_main(void) { return 42; }