Fix use of CAMLparam etc macros.
[perl4caml.git] / test / 010-load.ml
1 (* Load Perl interpreter.
2  * $Id: 010-load.ml,v 1.1 2005-01-28 23:09:33 rich Exp $
3  *)
4
5 open Perl
6
7 (* The next line does nothing.  It just forces OCaml to actually
8  * reference and hence load the Perl module.
9  *)
10 let _ = Perl.int_of_sv;;
11
12 (* Check for memory errors. *)
13 Gc.full_major ()