shithub: mc

ref: 849ce44a08d3f4412c3c37a89edcd7980985ae9a
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}