Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-order-main.c
blob: 2a90130db6fbb0dfc88599340a23a3e34dbe8adc [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
#include
<unistd.h>
#include
<stdlib.h>
static
int
do_test
(
void
)
{
printf
(
"main\n"
);
exit
(
EXIT_SUCCESS
);
}
#include
<
support
/
test
-
driver
.
c
>