shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}