diff options
Diffstat (limited to 'tests/projects/swig/java_c/src/test.h')
| -rw-r--r-- | tests/projects/swig/java_c/src/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/src/test.h b/tests/projects/swig/java_c/src/test.h new file mode 100644 index 000000000..da669d859 --- /dev/null +++ b/tests/projects/swig/java_c/src/test.h @@ -0,0 +1,3 @@ +#pragma once + +int fact2(int n); |
