1// RUN: %clangxx %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
2// REQUIRES: x86_64-target-arch
3
4int main() { return 0; }
5

source code of compiler-rt/test/sanitizer_common/TestCases/Linux/pie_no_aslr.cpp