shithub: mc

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

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