shithub: mc

ref: 65bd7e26119f1a414b43bd6837f0db27641a4b5c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}