diff options
Diffstat (limited to 'Examples/test-suite/errors/cpp_using_not.i')
| -rw-r--r-- | Examples/test-suite/errors/cpp_using_not.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/cpp_using_not.i b/Examples/test-suite/errors/cpp_using_not.i new file mode 100644 index 0000000..2d5b6bf --- /dev/null +++ b/Examples/test-suite/errors/cpp_using_not.i @@ -0,0 +1,9 @@ +%module xxx + +int blah; +using namespace blah; + + + + + |
