shithub: mc

ref: 4ad286b90958398e90a094ea0c21f317a73c1434
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}