modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr32920.c (about) 1 int a; 2 void 3 foo(void) 4 { 5 char buf[10]; 6 a = a < sizeof(buf) ? a : sizeof (buf); 7 }