shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}