shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}