blob: 7dcffa05a0488790eafb03408e0d7af141fe036c [file] [log] [blame]
REQUIRES: system-darwin
## Show that on darwin, the default is to strip the leading underscore.
RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
CHECK: f()
CHECK: _Z2bav