shithub: mc

ref: c3955db0543c35b4adb822f5beca686e8c3726ef
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}