shithub: mc

ref: bb49af4578c4a1f31beee9da6d868e859697d1bc
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)
}