Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
tsan
/
pie_test.cc
blob: 93d31daf5fd61bff0aaaa1e4cd375d2476abc790 [
file
] [
log
] [
blame
]
// Check if tsan work with PIE binaries.
// RUN: %clang_tsan %s -pie -fpic -o %t && %run %t
int
main
(
void
)
{
return
0
;
}