blob: 5aee49f55b785ee06458dfd2bf7da3e51703d13b [file] [log] [blame]
// Tests pthread_exit.
// RUN: %clang_hwasan %s -o %t && %run %t
#include <pthread.h>
int main() { pthread_exit(NULL); }