adding more broken cases

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7741 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-27 09:14:20 +00:00
commit a04ecfbfe3
4 changed files with 16 additions and 0 deletions

View file

@ -23,3 +23,14 @@ class X {};
%template(X_1) X<1>;
%template(X_m1) X<-1>;
// bug 1338527
%inline %{
template<typename, typename> class PatchList;
%}