OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr32920.c
1 int a;
2 void
3 foo(void)
4 {
5   char buf[10];
6   a = a < sizeof(buf) ? a : sizeof (buf);
7 }