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
Fix misspelled yesexpr/day/abday/mon/abmon/date_fmt fields in sc_IT
[glibc.git]
/
gmon
/
tst-profile-static.c
blob
b2f371e7827639d75cf71449fb2949e7ada174ff
1
#include <stdio.h>
2
static int
3
do_test
(
void
)
4
{
5
puts
(
"Hello world"
);
6
return
0
;
7
}
8
9
#define TEST_FUNCTION do_test ()
10
#include
"../test-skeleton.c"