shithub: mc

ref: 49173c584d17208134df412148b84862843f5424
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}