shithub: mc

ref: 02922f0289a990a65ad7ede45f2a2e54df7c7162
dir: /test/match-badtypes.myr/

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