shithub: mc

ref: 3ed9d43d93fa78ca837f4e282c88a6538b3fa064
dir: /test/match-badtypes.myr/

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