shithub: mc

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

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