shithub: mc

ref: 584573b4e02d292655dd7e65095a76715e0b64dd
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}