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