1REQUIRES: system-darwin
2
3## Show that on darwin, the default is to strip the leading underscore.
4
5RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
6CHECK: f()
7CHECK: _Z2bav
8