shithub: mc

ref: 4519f3ff10c67f4f965433be4ec50e3552de276f
dir: /test/match-badtypes.myr/

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