shithub: mc

ref: 0116ef24cb193165de85d3a707d4dbd64ba1b60f
dir: /test/match-badtypes.myr/

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