Move samename test to common.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10370 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6878125b87
commit
2ad4024977
4 changed files with 18 additions and 18 deletions
13
Examples/test-suite/samename.i
Normal file
13
Examples/test-suite/samename.i
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
%module samename
|
||||
|
||||
%inline {
|
||||
|
||||
class samename {
|
||||
public:
|
||||
void do_something() {
|
||||
// ...
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue