shithub: mc

ref: 216975cab68aaa631ae92b467614465cb42bca10
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}