shithub: mc

ref: b2fa7003bf8809ce27699c88eecce4b55618dd5f
dir: /test/match-badtypes.myr/

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