shithub: mc

ref: 61a9e807de75f67fd5467aa671b00935d202f0e3
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}