shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}