shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}