shithub: mc

ref: 063b2a4e134589a8a1d635708eb0eb39d5a76bfb
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}