We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a15877 commit b85e6c0Copy full SHA for b85e6c0
testsuite/tests/backtrace/backtrace_c_exn.ml
@@ -11,7 +11,7 @@
11
(* https://github.com/ocaml-multicore/ocaml-multicore/issues/498 *)
12
external stubbed_raise : unit -> unit = "caml_498_raise"
13
14
-let raise_exn () = failwith "exn"
+let raise_exn () = (failwith [@inlined never]) "exn" [@@inline never]
15
16
let () = Callback.register "test_raise_exn" raise_exn
17
0 commit comments