1RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s 2RUN: llvm-cxxfilt -n __imp__ZSt6futureIvE | FileCheck %s 3 4## This should not demangle 5RUN: llvm-cxxfilt -n __imp__foo | FileCheck %s --check-prefix=CHECK-STRING --match-full-lines 6 7RUN: echo "__imp__ZSt6futureIvE __imp__ZSt6futureIvE" | llvm-cxxfilt -n | \ 8RUN: FileCheck %s --check-prefix=CHECK-SPLIT 9 10CHECK: import thunk for std::future<void> 11CHECK-STRING: __imp__foo 12CHECK-SPLIT: import thunk for std::future<void> import thunk for std::future<void> 13