forked from OSchip/llvm-project
6 lines
156 B
Plaintext
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>
|
||
|
|