shithub: mc

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

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