1// Tests pthread_exit.
2// RUN: %clang_hwasan %s -o %t && %run %t
3
4#include <pthread.h>
5int main() { pthread_exit(NULL); }
6

source code of compiler-rt/test/hwasan/TestCases/pthread_exit.c