1 2 3 4 5 6 7 8 9
/* { dg-do run } */ /* { dg-options "-fsanitize=shift -fwrapv -w -std=c99" } */ int main (void) { int a = 1; a <<= 31; }