shithub: mc

ref: 67daccb5fd16d15ead42807d57cc66010ef2faa2
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}