shithub: mc

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

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