repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sunrpc: Fix netname build with older gcc
[glibc.git]
/
elf
/
tst-order-main.c
blob
2a90130db6fbb0dfc88599340a23a3e34dbe8adc
1
#include <stdio.h>
2
#include <unistd.h>
3
#include <stdlib.h>
4
5
static int
6
do_test
(
void
)
7
{
8
printf
(
"main
\n
"
);
9
exit
(
EXIT_SUCCESS
);
10
}
11
12
#include <support/test-driver.c>