shithub: mc

ref: 094074d7ecb008cd3d59dd0d011387299a9fe9c8
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}