shithub: mc

ref: 4c776943124502b2249a7e42a3737122dfca79e6
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}