This commit is contained in:
Simon Cruanes 2024-08-26 11:23:54 -04:00
parent 444f8a3acc
commit 14fdee0593
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,5 +1,7 @@
(* vendored from https://github.com/c-cube/thread-local-storage *)
module Atomic = Atomic_
(* sanity check *)
let () = assert (Obj.field (Obj.repr (Thread.self ())) 1 = Obj.repr ())