shithub: mc

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

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