[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / coff-import.test
blob40d01c7f7dbdcf3784a17b787c11d91d0d84d1ab
1 RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
2 RUN: llvm-cxxfilt -n __imp__ZSt6futureIvE | FileCheck %s
4 ## This should not demangle
5 RUN: llvm-cxxfilt -n __imp__foo | FileCheck %s --check-prefix=CHECK-STRING --match-full-lines
7 RUN: echo "__imp__ZSt6futureIvE __imp__ZSt6futureIvE" | llvm-cxxfilt -n | \
8 RUN:    FileCheck %s --check-prefix=CHECK-SPLIT
10 CHECK: import thunk for std::future<void>
11 CHECK-STRING: __imp__foo
12 CHECK-SPLIT: import thunk for std::future<void> import thunk for std::future<void>