repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ppc64: Arguments to iselInt128Expr_to_32x4 should be initialized.
[valgrind.git]
/
memcheck
/
tests
/
solaris
/
inlinfo.c
blob
113b0f8d002da7e5afdd69e40dba8b7f3d6ea49a
1
/* Function below main (_start) is part of this object.
2
* So we use main() in this object as a marker for
3
* functions in inlinfo_nested.so.
4
*/
5
6
extern
int
main_nested
(
void
);
7
8
int
main
() {
9
return
main_nested
();
10
}
11