shithub: mc

ref: 196258441277732b8ab24471404b7fd21a81987a
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}