shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}