shithub: mc

ref: 42196d6a834e992695c6d66119e57d9ceea83741
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}