shithub: mc

ref: 0ed042f0cfb35372cada674f8a5e878b0768a8f0
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}