shithub: mc

ref: 217a65d3c047bcdec44155f2688e3b1bdfd2414f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}