shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}