shithub: mc

ref: 979a0dd6fec80a4fe66ced0b5e2ba30cd574abc1
dir: /test/match-badtypes.myr/

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