shithub: mc

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

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