Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / tsan / pie_test.cpp
blob93d31daf5fd61bff0aaaa1e4cd375d2476abc790
1 // Check if tsan work with PIE binaries.
2 // RUN: %clang_tsan %s -pie -fpic -o %t && %run %t
4 int main(void) {
5 return 0;