OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr35760.c
1 /* PR target/35760 */
2
3 void
4 foo (void)
5 {
6   __complex__ float i = 0;
7 }