shithub: mc

ref: 5f5b3c226cdea602baa23cf346ec2f3f367d81ee
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}