shithub: mc

ref: e59b8d11ec241cedc71eb70e67901b7b829bc794
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}