shithub: mc

ref: 529a44cfde2e1e34060c545c915a9ebf40f5b1a6
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}