shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}