shithub: mc

ref: 001eb2aee8d88faa8186c858e503c6ea80b1e145
dir: /test/match-badtypes.myr/

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