shithub: mc

ref: 143601ffb36cd85a3469552ba79cfb192ef95958
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}