shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}