strip-underscore-default-darwin.test 170 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 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