6_5_50_compound_assign_shift.c (62B)
1 int test_main(void) { 2 int x = 336; 3 x >>= 3; 4 return x; 5 }