shithub: mc

ref: 97f03b720b5d8656a316ce1ca14b89d4a411c59f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}