shithub: mc

ref: 6dcc346d38d0d9be13802e175707552483ec910e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}