shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}