Sign in
mingw
/
mingw-w64
/
6c8c2a07ec99cc6f09e6a595dab41d6bca6fc4ab
/
.
/
mingw-w64-libraries
/
winpthreads
/
tests_pthread
/
self1.c
blob: b6ae7aa2c40c76f9e400090181790d78ad7d5f15 [
file
] [
log
] [
blame
]
#include
"test.h"
#include
<setjmp.h>
int
main
(
int
argc
,
char
*
argv
[])
{
assert
(
pthread_gethandle
(
pthread_self
())
!=
NULL
);
return
0
;
}