shithub: mc

ref: 928dd90068c3c8a65d7994e2307a5ddcbb44217a
dir: /test/match-badtypes.myr/

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