modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/20000405-1.c (about)

     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  }