diff options
Diffstat (limited to 'Examples/test-suite/enum_thorough_proper.i')
| -rw-r--r-- | Examples/test-suite/enum_thorough_proper.i | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Examples/test-suite/enum_thorough_proper.i b/Examples/test-suite/enum_thorough_proper.i new file mode 100644 index 0000000..dcddd25 --- /dev/null +++ b/Examples/test-suite/enum_thorough_proper.i @@ -0,0 +1,7 @@ +%module "enum_thorough_proper" + +// Test enum wrapping using the proper enums in the target language +%include "enums.swg" + +%include "enum_thorough.i" + |
