shithub: mc

ref: 3850484227a4d875cd45559b11be74996440a7c4
dir: /test/match-badtypes.myr/

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