Sign in
◑
Theme
third-party-mirror
/
backupdr
/
0483ca37f380e93af85d49b08d65a6d89f6ddd39
/
.
/
module-init-tools-3.12-pre2
/
tests
/
data
/
src
/
noexport_doubledep.c
blob: fd3dcbf3efb7e99ae58bd6a149d12cc6aa1c61d4 [
file
]
/* A module which requires symbols from two other sources */
extern
int
exported1
,
exported2
,
exported3
;
static
void
foo
(
void
)
{
exported1
=
exported2
=
exported3
;
}