Test fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13114 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8de0234313
commit
76a115ea41
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@
|
|||
typedef unsigned int uint;
|
||||
void test_no_typedef(std::list<unsigned int> bada) {}
|
||||
void test_typedef(std::vector<uint> bada) {}
|
||||
std::deque<unsigned int> no_typedef_out() {}
|
||||
std::deque<unsigned int> no_typedef_out() {
|
||||
std::deque<unsigned int> x;
|
||||
return x;
|
||||
}
|
||||
}
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue