xref: /Universal-ctags/Units/parser-cxx.r/bug1548443.cpp.d/expected.tags (revision ca492dba24d2b2eb118ee338bc87f69164134cd8)
1TestStruct	input.cpp	/^struct TestStruct$/;"	s	file:
2TestStruct::_number	input.cpp	/^int _number;$/;"	m	struct:TestStruct	typeref:typename:int	file:	access:public
3TestUnion	input.cpp	/^union TestUnion$/;"	u	file:
4TestUnion::_number	input.cpp	/^int _number;$/;"	m	union:TestUnion	typeref:typename:int	file:	access:public
5_number	input.cpp	/^int _number;$/;"	m	struct:TestStruct	typeref:typename:int	file:	access:public
6_number	input.cpp	/^int _number;$/;"	m	union:TestUnion	typeref:typename:int	file:	access:public
7