xref: /Universal-ctags/Units/parser-cxx.r/bug1907083.cpp.d/input.cpp (revision 3b480fa79de4ddd98c119baec69e3ab2415e9323)
1 // All of these should have "class:C", but m2-m4 have "class C::C" with ctags 5.7.
m1()2 C::T * C::m1() {}
m2()3 C::T * const C::m2() {}
m3()4 C::T const * C::m3() {}
m4()5 C::T const * const C::m4() {}
6