shithub: mc

ref: 4d4b406d3f0a6bb6fc6abd31ea978304b2675620
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}