xref: /llvm-project/llvm/test/tools/llvm-cxxfilt/dot-prefix.test (revision 1ff958c350c459ca01b05256495995afde9026b6)
1## Show that the llvm-cxxfilt does not consider the dot prefix to be part of the symbol name to be demangled.
2RUN: llvm-cxxfilt -n ._ZL5func0v | FileCheck %s
3
4CHECK: .func0()
5