shithub: mc

ref: 90ed95ded198b9c57dfb6bf172cfd975da73e66f
dir: /test/match-badtypes.myr/

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