shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}