shithub: mc

ref: 1ee4f4207111b7fcfb0a75db1ebd7298af671007
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}