shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}