Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
unload3mod3.c
blob: 046022c55d7c55164d67e908b029648cfcc00220 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
foo
(
int
x
)
{
puts
(
"foo"
);
return
x
*
2
;
}