shithub: mc

ref: 2f4ca4b7632f55634b7954ff2f0532677d6cfe11
dir: /test/match-badtypes.myr/

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