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