brintos

brintos / llvm-project-archived public Read only

0
0
Text · 122 B · 5aee49f Raw
6 lines · c
1// Tests pthread_exit.2// RUN: %clang_hwasan %s -o %t && %run %t3 4#include <pthread.h>5int main() { pthread_exit(NULL); }6