shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}