summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/hwasan/TestCases/pthread_exit.c
blob: 937e20c6ad194d29a6c533017fb841537eb3f77a (plain)
1
2
3
4
5
// Tests pthread_exit.
// RUN: %clang_hwasan %s -o %t && %run %t
// REQUIRES: stable-runtime
#include <pthread.h>
int main() { pthread_exit(NULL); }
OpenPOWER on IntegriCloud