shithub: mc

ref: 26d9afbaac70ccfc12c91f54b05166d38769284f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}