shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}