shithub: mc

ref: 302d076106a5731bbf6f7a05f5043dc978b18a0f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}