shithub: mc

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

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