shithub: mc

ref: 073546effee37340cd682778536bb84a77110cad
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}