llvm-project/compiler-rt/test/tsan/Linux/pie_no_aslr.cpp

7 lines
129 B
C++

// RUN: %clang_tsan %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
// REQUIRES: x86_64-target-arch
int main() {
return 0;
}