test global
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9620 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
936e0bc418
commit
1164878896
1 changed files with 9 additions and 1 deletions
|
|
@ -16,10 +16,18 @@ struct B
|
|||
char *cname;
|
||||
std::wstring name;
|
||||
A a;
|
||||
|
||||
A typedefmethod(A a) {
|
||||
return a;
|
||||
}
|
||||
};
|
||||
|
||||
A globala;
|
||||
|
||||
|
||||
wchar_t test_wcvalue_w() {
|
||||
return L'W';
|
||||
}
|
||||
|
||||
wchar_t test_wcvalue(wchar_t x) {
|
||||
return x;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue