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