Open
Description
I got this from ianlancetaylor/demangle#3
pokyo. ./target/debug/cppfilt
_Z1jI1AEDTcldtfp_cvPT_EES1_
j<A>DTcldtfp_cvPT_EES1_
But the right answer is:
pokyo. c++filt _Z1jI1AEDTcldtfp_cvPT_EES1_
decltype (({parm#1}.(operator A*))()) j<A>(A)
or something like that -- llvm differs here and that "parm#1" seems suspicious.