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