shithub: mc

ref: 08b1eacc62abb4f77fd7403c692cdc4b84c7dd76
dir: /test/match-badtypes.myr/

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