shithub: mc

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

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