6_3_1_8_01_usual_arith_mixed.c (83B)
1 int test_main(void) { 2 int s = -1; 3 unsigned u = 1; 4 return (s + u) ? 0 : 42; 5 }