shithub: mc

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

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