shithub: mc

ref: 4f1ea224da009a6174db526eabb4ddb3fdac5558
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}