shithub: mc

ref: 996f8ee34ea615532312cb67df423ad48e2e4278
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}