URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000405-1.c] - Rev 12
Compare with Previous | Blame | View Log
// Copyright (C) 2000 Free Software Foundation // by Alexandre Oliva <oliva@lsd.ic.unicamp.br> // simplified from libio/floatconv.c static const double bar[] = { 0 }; int j; double foo () { return bar[j]; }