shithub: mc

ref: 781d516f7d1c081f2d90b9f94b30b3400f7abd5f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}