gcc/gcc/testsuite/gcc.c-torture/compile/pr32920.c

8 lines
84 B
C

int a;
void
foo(void)
{
char buf[10];
a = a < sizeof(buf) ? a : sizeof (buf);
}