Sign in
◑
Theme
third-party-mirror
/
backupdr
/
0483ca37f380e93af85d49b08d65a6d89f6ddd39
/
.
/
module-init-tools-3.12-pre2
/
tests
/
data
/
src
/
unknown.c
blob: 88f38be8b8eb45cf0c3ceb4d245ce762f2804d99 [
file
]
/* An undefined symbol */
extern
int
undefined
;
static
void
foo
(
void
)
{
undefined
=
1
;
}