index
:
ampere-computing/glibc.git
glibc-2.27-amp-branch
glibc-2.28-amp-branch
glibc-2.29-amp-branch
glibc-2.31-amp-branch
glibc including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
global.c
blob: c675858b64c9db738ed2c247d806ef8ac8627740 (
plain
)
1
2
3
4
5
6
7
extern
int
test
(
void
);
int
main
(
void
)
{
return
test
();
}