shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}