modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }