shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}