shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}