shithub: mc

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

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