1 RUN: echo ',,_Z3Foo!' \
30 RUN: '_Z3Foo⦙_Z3Bar' \
31 RUN: '_Z3Foo,,_Z3Bar::_Z3Baz _Z3Foo,_Z3Bar:_Z3Baz' \
32 COM: Piping the echo output causes '⦙' to be converted to '?' in some
33 COM: builds/environments. Redirect echo output to and from %t to work
34 COM: around this. See D111072.
35 RUN: '_Z3Foo$ Foo._Z3Bar' > %t
36 RUN: llvm-cxxfilt -n < %t | FileCheck %s
68 CHECK: Foo,,Bar::Baz Foo,Bar:Baz
69 CHECK: _Z3Foo$ Foo._Z3Bar