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