OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930623-1.c
1 g (a, b) {}
2
3 f (xx)
4      void* xx;
5 {
6   __builtin_apply ((void*)g, xx, 200);
7 }