diff options
Diffstat (limited to 'Examples/test-suite/ocaml/overload_copy_runme.ml')
| -rw-r--r-- | Examples/test-suite/ocaml/overload_copy_runme.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/ocaml/overload_copy_runme.ml b/Examples/test-suite/ocaml/overload_copy_runme.ml new file mode 100644 index 0000000..c7839ae --- /dev/null +++ b/Examples/test-suite/ocaml/overload_copy_runme.ml @@ -0,0 +1,5 @@ +open Swig +open Overload_copy + +let f = new_Foo C_void +let g = new_Foo f |
