shithub: mc

ref: 666f22f278c03138c337d734f8759194482d1d18
dir: /test/stdopt-some.myr/

View raw version
use std

const main = {
	match `std.Some 42
	`std.Some x:	-> x;;
	`std.None:	-> 1;;
	;;
}