Home | History | Annotate | Download | only in llvm-cxxfilt
      1 RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
      2 RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s
      3 
      4 CHECK: import thunk for std::future<void>
      5 
      6