shithub: mc

ref: 7f63840cfaa3640e76d6ac0688a19ba52a68764a
dir: /test/match-badtypes.myr/

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