shithub: mc

ref: 7258536522dff99b77080fdc5a06a2a299b8ecdd
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}