shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}