shithub: mc

ref: 09f4922d56d1946aa02d5fedccb53b8a32d76ad2
dir: /test/match-badtypes.myr/

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