Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-initorder.c
blob: 963838210451e02c85e6e559cc5d6d2f8eaf10fb [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
main
(
int
argc
,
char
*
argv
[]
)
{
printf
(
"main\n"
);
}