shithub: mc

ref: 629cf68e148e82380ff7bf42b7a98235867866f0
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}