#3423 may fix this. However, I found another limit of the parser: ``` class G g{1}, j{2}; class G h{1}; ``` g, h, and j are not tagged. However, i in ``` class C i(2); ``` is tagged well. I will open a new issue based on this comment after merging #3423. _Originally posted by @masatake in https://github.com/universal-ctags/ctags/issues/3280#issuecomment-1171243081_