6_7_10_02_static_assert_const.c (72B)
1 _Static_assert(1 + 1 == 2, "math"); 2 3 int test_main(void) { return 42; }