shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}