trunk/Test/bug1799340.cpp: new test case for the eponymous bug.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@625 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
elliotth 2007-09-21 01:11:12 +00:00
parent 0b8d5d6c53
commit 65c5068313
1 changed files with 3 additions and 0 deletions

3
Test/bug1799340.cpp Normal file
View File

@ -0,0 +1,3 @@
std::string & f1() {}
const std::string & f2() {}
std::string const & f3() {}