shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}