Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000606-1.c
blob: 93977c0931a0a00bff3a67a297743472d84f9bfb [
file
] [
log
] [
blame
]
typedef
struct
_foo foo
;
extern
foo bar
;
struct
_foo
{
int
a
;
};
void
baz
(
void
)
{
bar
.
a
=
0
;
}