shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}