shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}