shithub: mc

ref: 7ab719c1cfcf8d671ac7f828beed8457df58c5a8
dir: /test/match-badtypes.myr/

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