shithub: mc

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

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