repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
compiler-rt
/
test
/
hwasan
/
TestCases
/
pthread_exit.c
blob
5aee49f55b785ee06458dfd2bf7da3e51703d13b
1
// Tests pthread_exit.
2
// RUN: %clang_hwasan %s -o %t && %run %t
3
4
#include <pthread.h>
5
int
main
() {
pthread_exit
(
NULL
); }