shithub: mc

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

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