shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}