diff options
Diffstat (limited to 'tests/projects/swig/java_c/src/example.i')
| -rw-r--r-- | tests/projects/swig/java_c/src/example.i | 6 |
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" |
