6_7_9_static_signed_char_overflow.c (63B)
1 static signed char c = 128; 2 3 int test_main(void) { return c; }