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
wcsmbs: Reformat Makefile.
[glibc.git]
/
elf
/
tst-dl_find_object-mod5.c
blob
3bdbda8ccd662376222dbf40efa9eea0ed4aee6e
1
/* Slightly larger to get different layouts. */
2
char
mod5_data
[
4096
];
3
4
void
5
mod5_function
(
void
(*
f
) (
void
))
6
{
7
/* Make sure this is not a tail call and unwind information is
8
therefore needed. */
9
f
();
10
f
();
11
}