Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
global.c
blob: c675858b64c9db738ed2c247d806ef8ac8627740 [
file
] [
log
] [
blame
] [
edit
]
extern
int
test
(
void
);
int
main
(
void
)
{
return
test
();
}