shithub: mc

ref: 2b3a550af408c998d0b6d51bb89a9edbd02ec51e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}