shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}