shithub: mc

ref: 814f0d3958f7ac453d2913363a87238cc5c03a5f
dir: /test/match-badtypes.myr/

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