shithub: mc

ref: 11103467867dfd1416f7328b1facbe63da5c0cf5
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}