shithub: mc

ref: 45e91dd432edaa124a2699b5d35a3a86f6eedfad
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}