shithub: mc

ref: 6f20a44d78daf844adf60d34e07a4a314556e7db
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}