shithub: mc

ref: 3872f3ace46e4875e457826e012c03f969e81617
dir: /test/match-badtypes.myr/

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