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
/
tst-initorder.c
blob: 963838210451e02c85e6e559cc5d6d2f8eaf10fb (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
(
int
argc
,
char
*
argv
[]
)
{
printf
(
"main
\n
"
);
}