Sign in
◑
Theme
third-party-mirror
/
backupdr
/
0483ca37f380e93af85d49b08d65a6d89f6ddd39
/
.
/
module-init-tools-3.12-pre2
/
tests
/
data
/
src
/
noexport_dep.c
blob: a8d35984612f7a82ae85ab236baf543b7977d937 [
file
]
/* A module exporting no symbols, and requiring two */
extern
int
exported1
,
exported2
;
static
void
foo
(
void
)
{
exported1
=
exported2
;
}