• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
2RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s
3
4CHECK: import thunk for std::future<void>
5
6