modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }