shithub: mc

ref: 644e4fd2b841d47dc914c614501ef0e01674f267
dir: /test/match-badtypes.myr/

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