shithub: mc

ref: 6667651f72614dc2488e352d21403697b33504aa
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}