brintos

brintos / llvm-project-archived public Read only

0
0
Text · 124 B · 246794b Raw
5 lines · cpp
1// RUN: %clangxx %s -pie -fPIE -o %t && %run setarch x86_64 -R %t2// REQUIRES: x86_64-target-arch3 4int main() { return 0; }5