Sign in
ara-mdk
/
platform
/
external
/
valgrind
/
6393569cd934c633b9505e923a48481b9ad6d8df
/
.
/
main
/
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
;
}