Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
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
;
}