shithub: mc

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

View raw version
use std

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

const main = {
	-> 42
}