(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t * RUN: %t ();; let _ = try ignore (Llvm.MemoryBuffer.of_file "/path/to/nonexistent/file") with Llvm.IoError _ -> ();;