Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000405-1.c
blob: 64dd2e16882614e3c8f5663654c6d4366d3d91ad [
file
] [
log
] [
blame
]
// 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
];
}