shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}