shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}