shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}