shithub: mc

ref: 6094e25e786b8092cf097135a48250917fd6c234
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}