• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1UNSUPPORTED: system-darwin
2
3## Show that on non-darwin systems, the default is to strip the leading
4## underscore.
5
6RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
7CHECK: __Z1fv
8CHECK: ba()
9