Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
28db75c1369b44c89fd462c30cda20799285c680
/
.
/
none
/
tests
/
pth_empty.c
blob: c936a4c193d416a2f6ec2f0cb8ba680a14c1c462 [
file
] [
log
] [
blame
]
// Does nothing, but linking it with -lpthread is enough to trigger an error
// that should be suppressed when it is run.
int
main
(
void
)
{
return
0
;
}