shithub: mc

ref: 4dd119870c7bc83217c5719d187ebadb0a3d1bb7
dir: /test/match-badtypes.myr/

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