shithub: mc

ref: 16dbaa9af38342979bf91bf5f5e3f4e3d418919c
dir: /test/match-badtypes.myr/

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