shithub: mc

ref: 2b13f71e390a91faabcc209f44b1ec20ae0fa4ff
dir: /test/stdopt-struct.myr/

View raw version
use std

type t = struct
	next	: std.option(int)
;;

const main = {
	-> 42
}