shithub: mc

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