shithub: mc

ref: 80483aa913c9f4bc672f11eccaab0496ec6dec7c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}