Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
840274949b51231d437658bd7f97c19a9b7fe8c2
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
dlfcn
/
modstatic.c
blob: 5ea71171cfa2c0990c838327dda9723610f1c55c [
file
] [
log
] [
blame
]
extern
int
test
(
int
);
int
test
(
int
a
)
{
return
a
+
a
;
}