shithub: mc

ref: 6a8370380656d6e0d6da26d5fcebcc41005b7af3
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}