shithub: mc

ref: 3f54d108bb15aea17baa874c950d305dd4166755
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}