shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}