xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930513-2.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
double
g
();
2
3
f
(
x
)
4
double
x
;
5
{
6
x
=
.85
;
7
while
(
g
() <
x
)
8
;
9
}
10