shithub: mc

ref: d97dcac9b2b1e2526d897c508bb37c82e32517cd
dir: /test/match-badtypes.myr/

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