shithub: mc

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

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