shithub: mc

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

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