better test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5868 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1eba66b31b
commit
2734216bb7
2 changed files with 9 additions and 1 deletions
|
|
@ -26,9 +26,13 @@ struct StructWithEnums {
|
|||
|
||||
|
||||
struct Foo
|
||||
{
|
||||
{
|
||||
enum {Hi, Hello } hola;
|
||||
|
||||
Foo()
|
||||
: hola(Hello)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue