shithub: mc

ref: 0c454eb69e126d7180b0a05598de1fac65dc3fd3
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}