shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}