shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}