strip-underscore-default.test 189 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 UNSUPPORTED: system-darwin ## Show that on non-darwin systems, the default is to strip the leading ## underscore. RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s CHECK: __Z1fv CHECK: ba()