shithub: mc

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

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