shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}