summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src/example2.i
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/java_c/src/example2.i')
-rw-r--r--tests/projects/swig/java_c/src/example2.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/src/example2.i b/tests/projects/swig/java_c/src/example2.i
new file mode 100644
index 000000000..a486c354a
--- /dev/null
+++ b/tests/projects/swig/java_c/src/example2.i
@@ -0,0 +1,6 @@
+
+
+%inline %{
+#include "test.h"
+%}
+%include "test.h"