shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}