shithub: mc

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

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