shithub: mc

ref: 2f96f75f0bf5b6d0bcd957c286430db677cd5063
dir: /test/match-badtypes.myr/

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