shithub: mc

ref: 95f8b3d8a134c32f3c62eeab364c67f29e7542e3
dir: /test/match-badtypes.myr/

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