shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}