llvm-for-llvmta/test/tools/llvm-cxxfilt/strip-underscore-default-da...

8 lines
170 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
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