llvm-project/llvm/test/tools/llvm-cxxfilt/coff-import.test

6 lines
156 B
Plaintext

RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s
CHECK: import thunk for std::future<void>