shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}