brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 53929ad Raw
5 lines · plain
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 %s3 4CHECK: .func0()5