shithub: mc

ref: 87b4515f7e065029ec88eca6f6133f53223def8a
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}