Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
unload3mod3.c
blob: 046022c55d7c55164d67e908b029648cfcc00220 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
foo
(
int
x
)
{
puts
(
"foo"
);
return
x
*
2
;
}