shithub: mc

ref: 5d9e71b6e4724f04b04fdb70452a2459f545ec98
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}