shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}