shithub: mc

ref: 28318bd41da29f6e406c55247414cdcf3d071a30
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}