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