shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}