shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}