shithub: mc

ref: 83fd0c252bad7fcaccddab08bff3bd6d3131b7a0
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}