better test

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5868 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-04-11 06:05:37 +00:00
commit 2734216bb7
2 changed files with 9 additions and 1 deletions

View file

@ -26,9 +26,13 @@ struct StructWithEnums {
struct Foo
{
{
enum {Hi, Hello } hola;
Foo()
: hola(Hello)
{
}
};
%}