shithub: mc

ref: 5b737d5d40d349dda92aaa5aec4593d4c1f7b6c4
dir: /test/match-badtypes.myr/

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