shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}