shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}