another case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1d9a1cd854
commit
43573a8d24
1 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
};
|
||||
|
||||
|
||||
Foo f;
|
||||
std::string s;
|
||||
struct Bar
|
||||
{
|
||||
|
|
@ -24,7 +25,8 @@
|
|||
{
|
||||
}Foo;
|
||||
|
||||
|
||||
|
||||
Foo f;
|
||||
char *s;
|
||||
typedef struct _bar
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue