shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}