brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · ffc2fbf Raw
8 lines · cpp
1// RUN: mkdir -p %t.dir/a-long-directory-name-to-test-allocations-for-exceptions-in-_dl_lookup_symbol_x-since-glibc-2.272// RUN: %clangxx_asan -g %s -o %t.dir/long-object-path3// RUN: %run %t.dir/a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../long-object-path4 5int main(void) {6    return 0;7}8