shithub: mc

ref: ee96b8a5cafc4811c1d4e253f843ac06426a6e5d
dir: /test/match-badtypes.myr/

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