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
Add tests for strfrom functions
[glibc.git]
/
elf
/
tst-order-main.c
blob
339778a93a52b527b1075da3002a8d49e4b7263d
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
#define TEST_FUNCTION do_test ()
13
#include
"../test-skeleton.c"