shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}