[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / compiler-rt / test / hwasan / TestCases / pthread_exit.c
blob5aee49f55b785ee06458dfd2bf7da3e51703d13b
1 // Tests pthread_exit.
2 // RUN: %clang_hwasan %s -o %t && %run %t
4 #include <pthread.h>
5 int main() { pthread_exit(NULL); }