shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}