shithub: mc

ref: 1eadc811d6caf591b73d236957617e80811e2637
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}