shithub: mc

ref: 1c351dde4625065e651108781c1de2683914fd0f
dir: /test/match-badtypes.myr/

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