shithub: mc

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

View raw version
use std

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

const main = {
	-> 42
}