shithub: mc

ref: 3abef8578c5831bacfdaf0c16a1651052d2313fd
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}