shithub: mc

ref: 0614f810f7ccf086c7ba86db9d9198b5fb240643
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}