shithub: mc

ref: 4883457b466c6eb8d7f5f281e0cda5fcfa568733
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}