shithub: mc

ref: 3ec885ae37703028d40d8308bfe1a017307a5e4e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}