ref: d52fd3b32109f12e529a7f5e380c5ee8f06aefcf dir: /lib/thread/test/die.myr/
use thread const main = { var m = thread.mkmtx() thread.mtxlock(&m) thread.mtxunlock(&m) thread.mtxunlock(&m) }