X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Ft%2Fguestfs_005_load.ml;h=8b4492ac5ea822924ab2206f05d5cb45838cdca9;hb=138e118d62046b197b715462072256082ecfc0f7;hp=779e1c0fc864de0500136f70f2e2a818377da690;hpb=70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966;p=libguestfs.git diff --git a/ocaml/t/guestfs_005_load.ml b/ocaml/t/guestfs_005_load.ml index 779e1c0..8b4492a 100644 --- a/ocaml/t/guestfs_005_load.ml +++ b/ocaml/t/guestfs_005_load.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml bindings - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009-2010 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,3 +17,8 @@ *) let _ = Guestfs.create + +(* Also try the OO style. *) +let _ = + let g = new Guestfs.guestfs () in + g#get_verbose ()