shithub: mc

ref: 947a43ed69478be63f4d4437fa53f6162e8bbe40
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}