shithub: mc

ref: 8fae6b2ae74ef759f7b414b07d6bf6147d356645
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}