shithub: mc

ref: 66927662264ccbcdf60396c156d1964d35b41ece
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}