shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}