shithub: mc

ref: 3f183eeb7fa732ae7cdd87aa4399db38e57f6445
dir: /test/match-badtypes.myr/

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