shithub: mc

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

View raw version
use std

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

const main = {
	-> 42
}