shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}