shithub: mc

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

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