shithub: mc

ref: 58785aa9f3a6fc22a00e4cd0597fc3563dca6c76
dir: /test/match-badtypes.myr/

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