shithub: mc

ref: 3fccc8ae5d24b1ec3e15facbb765a219f5438c2c
dir: /test/match-badtypes.myr/

View raw version
const foo = {
	match 123
	"asdf":	123
		;;
	234:	888
		;;
	;;
}