Sign in
android
/
platform
/
external
/
libabigail
/
cb5f500fd5c840d4d143a8cacaa3f58562c924df
/
.
/
tests
/
data
/
test-symtab
/
kernel
/
single_variable.c
blob: 20178f257406bd756f7afab5d75c4054aa830377 [
file
]
#include
<linux/module.h>
int
exported_variable
=
1
;
EXPORT_SYMBOL
(
exported_variable
);
void
local_function
(
void
)
{}
int
local_variable
=
2
;