shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}