xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010227-1.c
(revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(void)
1
void
foo
(
void
)
2
{
3
double
a
=
0.0
;
4
double
b
=
a
;
5
if
(&
b
!= &
a
);
6
}
7