shithub: mc

ref: 24ad64cfeecd3e2e32b116baaa04456f7cf8c4df
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}