shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}