shithub: mc

ref: 348a8d66a5282e2738bdc44f7c12ac8900d8e31e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}