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