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>