[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / strip-underscore-default-darwin.test
blob7dcffa05a0488790eafb03408e0d7af141fe036c
1 REQUIRES: system-darwin
3 ## Show that on darwin, the default is to strip the leading underscore.
5 RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
6 CHECK: f()
7 CHECK: _Z2bav