Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / asan / TestCases / Linux / long-object-path.cpp
blob592b0abb07d7256e8284aada1f4e05716b734bb3
1 // RUN: mkdir -p %T/a-long-directory-name-to-test-allocations-for-exceptions-in-_dl_lookup_symbol_x-since-glibc-2.27
2 // RUN: %clangxx_asan -g %s -o %T/long-object-path
3 // RUN: %run %T/a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../long-object-path
5 int main(void) {
6 return 0;