shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}