shithub: mc

ref: e1e9167cc8b847dfb3b37df4dc041d20ac271010
dir: /lib/thread/test/die.myr/

View raw version
use thread

const main = {
	var m = thread.mkmtx()
	thread.mtxlock(&m)
	thread.mtxunlock(&m)
	thread.mtxunlock(&m)
}