shithub: mc

ref: 647346ba80b366580d53733a14d05baffe0dfa3b
dir: /test/match-badtypes.myr/

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