shithub: mc

ref: 7088e222cf1b0ae17607ce0ac232067a172b851e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}