OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[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 }