shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}