shithub: mc

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

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