(* RUN: rm -rf %t.builddir * RUN: mkdir -p %t.builddir * RUN: cp %s %t.builddir * RUN: %ocamlcomp -warn-error A llvm.%cma llvm_bitreader.%cma llvm_executionengine.%cma %t.builddir/ext_exc.ml -o %t * RUN: %t ();; let _ = try ignore (Llvm.MemoryBuffer.of_file "/path/to/nonexistent/file") with Llvm.IoError _ -> ();;