shithub: mc

ref: 9cf66b53a22258baae61a97a9f9b06afd72999cb
dir: /test/match-badtypes.myr/

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