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
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
solaris
/
mmapobj_bssonly.c
blob
ba702f52b778c3d098e16f219e0aa70dd058e31b
1
/* Tests loading of a shared library which contains only BSS section. */
2
3
#include <stdio.h>
4
5
int
main
(
void
)
6
{
7
printf
(
"PASS
\n
"
);
8
return
0
;
9
}