shithub: mc

ref: 765c9f00afd476527770591b24e3d7a08695a691
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}