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:
Marcelo Matus 2005-12-28 22:41:05 +00:00
commit 43573a8d24

View file

@ -9,6 +9,7 @@
};
Foo f;
std::string s;
struct Bar
{
@ -24,7 +25,8 @@
{
}Foo;
Foo f;
char *s;
typedef struct _bar
{