shithub: mc

ref: 0b7ef3870dbd708ab71a657dca0e26073036acb7
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}