shithub: mc

ref: bf99f35f97bc7593237df154f7ae19c16f3e215c
dir: /test/match-badtypes.myr/

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