shithub: mc

ref: 43fed38e2ef36ff95e59bee66cde5cff6333ac71
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}