shithub: mc

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

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