shithub: mc

ref: 8dba607d3b91df8ea8a70e67d589bbb40222a2ab
dir: /test/match-badtypes.myr/

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