Sign in
◑
Theme
third-party-mirror
/
backupdr
/
0483ca37f380e93af85d49b08d65a6d89f6ddd39
/
.
/
module-init-tools-3.12-pre2
/
tests
/
data
/
src
/
complex_a.c
blob: c23a31314fa6f1ac40e4d431352e42591eb43cdf [
file
]
/* A depends on B, C and D. B depends on E. C depends on B and E. D
depends on B. */
extern
int
b
,
c
,
d
;
static
void
foo
(
void
)
{
b
=
c
=
d
=
0
;
}