shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}