shithub: mc

ref: 90884157987e7d97243f0a44ef75f123c0c83bdb
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}