shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}