Windows: fix possible buffer overflows
[geany-mirror.git] / tests / ctags / bug1907083.cpp
blobfbd4b6112bb8bea31e63725c1f2abaf055c99d64
1 // All of these should have "class:C", but m2-m4 have "class C::C" with ctags 5.7.
2 C::T * C::m1() {}
3 C::T * const C::m2() {}
4 C::T const * C::m3() {}
5 C::T const * const C::m4() {}