[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / compiler-rt / test / sanitizer_common / TestCases / Linux / pie_no_aslr.cpp
blob246794bca7399aa5911a11657c4b5ed0a959b736
1 // RUN: %clangxx %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
2 // REQUIRES: x86_64-target-arch
4 int main() { return 0; }