OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000405-1.c
1 // Copyright (C) 2000 Free Software Foundation
2
3 // by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4 // simplified from libio/floatconv.c
5
6 static const double bar[] = { 0 };
7 int j;
8
9 double
10 foo ()
11 {
12   return bar[j];
13 }