shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}