diff options
Diffstat (limited to 'Examples/test-suite/errors/c_bad_native.i')
| -rw-r--r-- | Examples/test-suite/errors/c_bad_native.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/c_bad_native.i b/Examples/test-suite/errors/c_bad_native.i new file mode 100644 index 0000000..4d09e04 --- /dev/null +++ b/Examples/test-suite/errors/c_bad_native.i @@ -0,0 +1,5 @@ +%module xxx + +%native(foo) int foo; + + |
