shithub: mc

ref: 2c814b34375827b994cd448160304c18ddbbeb5c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}