shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}