shithub: mc

ref: 869b4e253befd710b3560d5842436a8aa0008cef
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}