shithub: mc

ref: 6e88e5d101fff277d7bbbdcbcdf4ded539000ce7
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}