OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr39614-4.c
1 int i;
2 void
3 f (void)
4 {
5   i = (1 / 0 ? 1 : 0);
6 }