shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}