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