shithub: mc

ref: 0ce2bbf3b5dbb9c899a9a680ff8262be44b1d5ef
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}