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