shithub: mc

ref: 33ee7d302c1458d5e36a7d6bde5e7666cb394769
dir: /test/match-badtypes.myr/

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