shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}