summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/java_c/src/example.i')
-rw-r--r--tests/projects/swig/java_c/src/example.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/src/example.i b/tests/projects/swig/java_c/src/example.i
index e952f6123..1228cb6a9 100644
--- a/tests/projects/swig/java_c/src/example.i
+++ b/tests/projects/swig/java_c/src/example.i
@@ -3,3 +3,9 @@
extern int fact(int n);
%}
extern int fact(int n);
+
+
+
+
+
+%include "example2.i"