shithub: mc

ref: 56c2dd5196a5ca417f2893c374711b2c3ed003d9
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}