shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}