shithub: mc

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