shithub: mc

ref: 55689b41f0e746d20e0af174c8075ca29669a6f7
dir: /test/match-badtypes.myr/

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