shithub: mc

ref: 34d81421448c9d635f1eff93d7c51805f091e4ce
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}