shithub: mc

ref: 93712e0a77bf93b784cf301d082c57a23029437c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}