shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}