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
regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git]
/
none
/
tests
/
pth_empty.c
blob
c936a4c193d416a2f6ec2f0cb8ba680a14c1c462
1
// Does nothing, but linking it with -lpthread is enough to trigger an error
2
// that should be suppressed when it is run.
3
4
int
main
(
void
)
5
{
6
return
0
;
7
}