shithub: mc

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

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