Added test suite entry for Bug #1735931
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2982a37ad5
commit
a33151a48f
8 changed files with 75 additions and 1 deletions
13
Examples/test-suite/multi_import_b.i
Normal file
13
Examples/test-suite/multi_import_b.i
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
%module multi_import_b
|
||||
|
||||
%include multi_import_c.i
|
||||
|
||||
%{
|
||||
#include "multi_import.h"
|
||||
%}
|
||||
|
||||
class YYY : public XXX
|
||||
{
|
||||
public:
|
||||
int testy();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue