shithub: mc

ref: 914c9055fd4e28b93b1aaa17fcc1791518f125f3
dir: /test/match-badtypes.myr/

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